# Functions
AddHeader adds a value to the header of the request.
Baggage sets a baggage header of the request.
Body sets the body of the request.
ContentLength sets the Content-Length header of the request.
ContentType sets the Content-Type header.
CopyHeaders copies all non-Microbus headers from an upstream request.
DELETE sets the method and URL of the request.
GET sets the method and URL of the request.
HEAD sets the method and URL of the request.
Header sets the header of the request.
Method sets the method of the request.
Multicast indicates that a multiple responses are expected from this request.
NewErrorResponse creates a new response containing an error.
NewResponse creates a new response containing an http.Response.
NewRequest constructs a new request from the provided options.
Noop does nothing.
PATCH sets the method and URL of the request.
POST sets the method and URL of the request.
PUT sets the method and URL of the request.
Query adds arguments to the request.
QueryArg adds the query argument to the request.
Query adds the encoded query arguments to the request.
Unicast indicates that a single response is expected from this request.
URL sets the URL of the request.
# Type aliases
Option is used to construct a request in Connector.Publish.