Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpInput ¶
type HttpInput struct {
// contains filtered or unexported fields
}
func NewHttpInput ¶
func NewHttpInput(options HttpInputOptions, processors *common.Processors) *HttpInput
type HttpInputOptions ¶
type HttpInputOptions struct {
URL string
Listen string
Cors bool
Tls bool
Cert string
Key string
Chain string
ExternalHost string
OidcEnabled bool
OidcClientId string
OidcClientSecret string
OidcConfigURL string
OidcLoginURL string
OidcLogoutURL string
OidcCallbackURL string
OidcDefaultURL string
OidcScopes string
RateSuffixURL string
}
type HttpOidc ¶
type HttpOidc struct {
// contains filtered or unexported fields
}
func NewHttpOidc ¶
func NewHttpOidc(options *HttpInputOptions) *HttpOidc
type RequestsRate ¶ added in v0.0.6
type RequestsRate struct {
// contains filtered or unexported fields
}
type ResponseLogger ¶ added in v0.0.6
type ResponseLogger struct {
http.ResponseWriter
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.