package
3.65.0
Repository: https://github.com/jeffail/benthos.git
Documentation: pkg.go.dev

# Functions

New creates a new Benthos HTTP API.
NewConfig creates a new API config with default values.
NewDynamic creates a new Dynamic API type.
OptWithMiddleware adds an HTTP middleware to the Benthos API.
OptWithTLS replaces the tls options of the HTTP server.
Spec returns a field spec for the API configuration fields.

# Structs

Config contains the configuration fields for the Benthos API.
Dynamic is a type for exposing CRUD operations on dynamic broker configurations as an HTTP interface.
Type implements the Benthos HTTP API.

# Type aliases

OptFunc applies an option to an API type during construction.