[−][src]Crate htt
Here's The Thing
Project
- Repository: https://bitbucket.org/haibison/htt
- License: Nice License 1.0.0 (see LICENSE file at root directory of
masterbranch) - This project follows Semantic Versioning 2.0.0
Features
Here's The Thing is a simple HTTP project.
Notes
The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from
std crate, you have to use that feature.
Modules
| version_info |
|
Structs
| Error | Error |
| Request | Request |
| Response | Response |
Enums
| Header | Header |
| Method | Method |
| Status | Status |
| Version | Version |
Constants
| CODE_NAME | Crate code name |
| ID | ID of this crate |
| LINE_BREAK | Line break |
| NAME | Crate name |
| RELEASE_DATE | Crate release date (year/month/day) |
| TAG | Tag, which can be used for logging... |
| VERSION | Crate version |
Type Definitions
| HeaderMap | Header map |
| IoResult | Result for I/O functions |
| Result | Result type used in this crate |