mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-21 01:55:21 -04:00
27a4eca06364a735fa9b91c950d1a040d5d2a79e
HTTP
A set of types for representing HTTP requests and responses.
Usage
To use http, first add this to your Cargo.toml:
[dependencies]
http = "0.1"
Next, add this to your crate:
extern crate http;
use http::{Request, Response};
License
http is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0), with portions covered by various BSD-like
licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.
Description
Languages
Rust
100%