package
0.0.0-20241111182353-c1fbc2c9b65f
Repository: https://github.com/triangleside/gotools.git
Documentation: pkg.go.dev

# Functions

NewHTTPAPIBuilder allocates and sets default values in an HTTPAPIBuilder.

# Structs

Handler encapsulates middleware and an HTTP handler for request processing.
HTTPAPIBuilder is used in the HTTPEndpointHandler's visitor to set routes to handlers.

# Interfaces

The HTTPEndpointHandler interface is implemented by structs that handle HTTP calls.

# Type aliases

Method is a command used by a client to indicate the desired action to be performed on a specified resource within a server as part of the HTTP protocol.
Path specifies the particular resource on the server.