Module net

Module net 

Source

Structs§

Request
HTTP Request builder
Response
HTTP Response
Server
HTTP Server
ServerRequest
HTTP Server Request (received by server)
ServerResponse
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

Type Aliases§

NetResult