init
Initialize an HTTP server that can respond to multiple requests on the same connection.
The buffer of in must be large enough to store the client's entire HTTP
header, otherwise receiveHead returns error.HttpHeadersOversize.
The returned Server is ready for receiveHead to be called.
Function parameters
Parameters
- in:*Reader
- out:*Writer
Type definitions in this namespace
Types
Initialize an HTTP server that can respond to multiple requests on the same
Functions
- init
- Initialize an HTTP server that can respond to multiple requests on the same
Error sets in this namespace
Error Sets
Source