rhttp 0.0.1

rhttp is rust http library
1
2
3
4
5
6
7
8
9
# Http
[![Build Status](https://travis-ci.org/hanjaelee/rust-http.svg?branch=master)](https://travis-ci.org/hanjaelee/rust-http)

## Quick start

```
[dependencies]
http = "0.0.1"
```