Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunHTTPServers ¶
RunHTTPServers sets up and runs the SSL and non-SSL HTTP server with the provided parameters.
Types ¶
type LoadParams ¶
type LoadParams struct { HeaderSize int `json:"header_size,omitempty"` NumHeaders int `json:"num_headers,omitempty"` BodySize int `json:"body_size,omitempty"` ChunkSize int `json:"chunk_size,omitempty"` DisableChunking bool `json:"disable_chunking,omitempty"` }
LoadParams defines the post params accepted by the server.
Click to show internal directories.
Click to hide internal directories.