Crate milstian_http[][src]

Milstian HTTP

Milstian Logo

In progress, primarily used for learning Rust programming.

This project is used by the milstian-internet-framework to parse and build HTTP requests and responses.

Major goal

  • Easy and fast way to decode and encode HTTP requests and responses

Usage

This crate is on crates.io and can be used by adding time to the dependencies in your project's Cargo.toml.

[dependencies]
milstian_http = "0.1.*"

And this in your crate root:

extern crate milstian_http;

Modules

request

Handles everything related to HTTP requests.

response

Handles everything related to HTTP responses.