# Functions
No description provided by the author
NewMessage returns a binding.Message with header and data.
NewMessageFromHttpRequest returns a binding.Message with header and data.
NewMessageFromHttpResponse returns a binding.Message with header and data.
NewResult returns a fully populated http Result that should be used as a transport.Result.
WithHeader sets an additional default outbound header for all cloudevents when using an HTTP request.
WithHTTPTransport sets the HTTP client transport.
WithListener sets the listener for StartReceiver.
WithMiddleware adds an HTTP middleware to the transport.
WithPath sets the path to receive cloudevents on for HTTP transports.
WithPort sets the listening port for StartReceiver.
WithShutdownTimeout sets the shutdown timeout when the http server is being shutdown.
WithTarget sets the outbound recipient of cloudevents when using an HTTP request.
Fill the provided httpRequest with the message m.
Write out to the the provided httpResponseWriter with the message m.
# Constants
No description provided by the author
No description provided by the author
DefaultShutdownTimeout defines the default timeout given to the http.Server when calling Shutdown.
# Type aliases
Middleware is a function that takes an existing http.Handler and wraps it in middleware, returning the wrapped http.Handler.
Option is the function signature required to be considered an http.Option.