Crate curl_http[][src]

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 Definitions

HttpStatus

Type alias for u32 http status.

Result

Shortcut alias for results of this module.