Alex Crichton d12ea85b64 Merge pull request #68 from alexcrichton/rename-builders
Rename `Builder` to `{Request,Response}Builder`
2017-07-28 21:10:27 -05:00
2017-07-28 19:04:11 -07:00
2017-05-01 12:48:11 -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
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%