# Functions
New creates a new frontend.
No description provided by the author
NewWorker creates a new Worker.
No description provided by the author
# Constants
StatusClientClosedRequest is the status code for when a client request cancellation of an http request.
# Variables
No description provided by the author
No description provided by the author
# Structs
Config for a Frontend.
Frontend queues HTTP requests, dispatches them to backends, and handles retries for requests which failed.
No description provided by the author
No description provided by the author
UnimplementedFrontendServer can be embedded to have forward compatible implementations.
WorkerConfig is config for a worker.
# Interfaces
No description provided by the author
No description provided by the author
FrontendClient is the client API for Frontend service.
FrontendServer is the server API for Frontend service.
Worker is the counter-part to the frontend, actually processing requests.
# Type aliases
RoundTripFunc is to http.RoundTripper what http.HandlerFunc is to http.Handler.
Tripperware is a signature for all http client-side middleware.