# Functions
NewInbound creates a new HTTP inbound transport instance.
NewInboundHandler will create a new handler to enforce Did-Comm HTTP transport specs then routes processing to the mandatory 'msgHandler' argument.
NewOutbound creates a new instance of Outbound HTTP transport to Post requests to other Agents.
WithOutboundHTTPClient option is for creating an Outbound HTTP transport using an http.Client instance.
WithOutboundTimeout option is for creating an Outbound HTTP transport using a client timeout value.
WithOutboundTLSConfig option is for creating an Outbound HTTP transport using a tls.Config instance.
# Structs
Inbound http type.
OutboundHTTPClient represents the Outbound HTTP transport instance.
# Type aliases
OutboundHTTPOpt is an outbound HTTP transport option.