Enumsยง
- HTTP
Request ๐Method - Enum representing the four primary HTTP request methods.
- Request
Error ๐ - Errors that may occur while constructing or performing an HTTP request.
Traitsยง
- HTTP
Request ๐Type - Base trait for all types representing HTTP requests.
- JSON
BodyHTTP ๐Request Type - Trait for request types that send a JSON body and expect a structured response.
- Multipart
BodyHTTP ๐Request Type - Trait for requests that send multipart form data (e.g., file uploads).
- NoBodyHTTP
Request ๐Type - Trait for requests that do not include a request body.
Functionsยง
- bool_
to_ ๐string - Converts a
boolvalue to a string slice ("true"or"false").