http_server_example

dub.sdl: name "http-server-example" description "Simple pseudo HTTP server suitable for benchmarking" dependency "eventcore" path=".."

Members

Functions

main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
onClientConnect
void onClientConnect(StreamListenSocketFD listener, StreamSocketFD client, RefAddress )
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ClientHandler
struct ClientHandler
Undocumented in source.

Meta