Expand description
HTTP server
Modules§
- unsecure
- HTTP to HTTPS redirecter
Structs§
- Http
Request - HTTP request structure
- Http
Settings - HTTP server settings
- Response
Data - Additional response data
Enums§
- Http
Method - HTTP request method (GET or POST)
Functions§
- accept_
connections - Accept connections
- certificate_
config - Generate config with TLS certificate and private key
- handle_
connection - Handle connection
- listen
- Listen on TCP
- load_
certificate - Generate config with TLS certificate and private key from file
- redirect
- Create HTTP redirect response
- respond
- Create HTTP response