# Functions
CallFromContext retrieves information about the current incoming request from the given context.
DisableResponseHeaders disables response headers for inbound calls.
NewInboundCall builds a new InboundCall with the given context.
NewInboundCallWithOptions builds a new InboundCall with the given context and options.
NewOutboundCall constructs a new OutboundCall with the given options.
NewStreamOutboundCall constructs a new OutboundCall with the given options and enforces the OutboundCall is valid for streams.
ResponseHeaders specifies that headers received in response to this request should replace the given map.
WithHeader adds a new header to the request.
WithRoutingDelegate sets the routing delegate for the request.
WithRoutingKey sets the routing key for the request.
WithShardKey sets the shard key for the request.
# Structs
Call provides information about the current request inside handlers.
CallOption defines options that may be passed in at call sites to other services.
InboundCall holds information about the inbound call and its response.
OutboundCall is an outgoing call.
# Interfaces
InboundCallOption is an option for configuring an InboundCall.
StreamOption is an option that may be passed in at streaming function call sites.