# Functions
NewOverDIDComm creates new HTTP over DIDComm message service which serves incoming DIDComm message over HTTP.
# Constants
OverDIDCommMsgRequestType is http over DIDComm request message type.
OverDIDCommSpec is http over DIDComm Spec value.
# Structs
OverDIDComm is message service which transports incoming DIDComm message over to intended http resource providers.
# Type aliases
RequestHandle handle function for http over did comm message service which gets called by `OverDIDComm` message service to handle matching incoming request.