http-pull-parser 0.1.1

A simple almost-pull-parser for HTTP
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "http-pull-parser"
description = "A simple almost-pull-parser for HTTP"
version = "0.1.1"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
license = "GPL-3.0"
repository = "https://github.com/vinipsmaker/http-pull-parser-rs"

[dependencies]
http-muncher = "0.2.3"