Structs§
- Request
- HTTP Request builder
- Response
- HTTP Response
- Server
- HTTP Server
- Server
Request - HTTP Server Request (received by server)
- Server
Response - HTTP Server Response (sent by server)
- WebSocket
Functions§
- download
- Download a file
- get
- Simple GET request (blocking)
- get_
async - Async GET request
- post
- Simple POST request (blocking)
- post_
async - Async POST request
- upload
- Upload a file