Versions in this module Expand all Collapse all v3 v3.2.0 Jan 9, 2023 v3.1.0 Jan 6, 2023 v3.0.6 Dec 22, 2022 v3.0.5 Dec 1, 2022 v3.0.4 Dec 1, 2022 v3.0.3 Nov 23, 2022 v3.0.2 Nov 23, 2022 v3.0.1 Nov 14, 2022 v3.0.0 Nov 11, 2022 Changes in this version + type Config struct + AccessLogs bool + Address string + FCGIConfig *fcgi.FCGI + GID int + HTTP2Config *https.HTTP2 + InternalErrorCode uint64 + MaxRequestSize uint64 + Middleware []string + Pool *pool.Config + RawBody bool + SSLConfig *https.SSL + UID int + Uploads *Uploads + func (c *Config) EnableFCGI() bool + func (c *Config) EnableHTTP() bool + func (c *Config) EnableTLS() bool + func (c *Config) InitDefaults() error + func (c *Config) Valid() error + type Uploads struct + Allow []string + Allowed map[string]struct{} + Dir string + Forbid []string + Forbidden map[string]struct{} + func (cfg *Uploads) InitDefaults() error v3.0.0-beta.4 Nov 9, 2022 v3.0.0-beta.3 Nov 2, 2022 v3.0.0-beta.2 Oct 14, 2022 v3.0.0-beta.1 Oct 9, 2022 Other modules containing this package github.com/roadrunner-server/http/v2 github.com/roadrunner-server/http/v4 github.com/roadrunner-server/http/v5 github.com/roadrunner-server/http/v6