Crate curl_http

Source

Structs§

Client
A Http client base on curl.
Error
Curl http error.
Request
The struct represents the HTTP request.
Response
The struct represents the HTTP response.

Enums§

ErrorKind
Method
A enum represents HTTP methods.

Type Aliases§

HttpStatus
Type alias for u32 http status.
Result
Shortcut alias for results of this module.