2017-07-26 14:01:44 -07:00
2017-06-15 13:53:57 -07:00
2017-05-01 12:48:11 -07:00
2017-03-16 08:57:21 -07:00
2017-06-14 12:16:44 -07:00
2017-03-16 08:57:21 -07:00
2017-03-16 08:57:21 -07:00
2017-03-16 08:57:21 -07:00

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.

S
Description
一个通用的Rust HTTP 库
Readme 1.4 MiB
Languages
Rust 100%