Skip to content

Commit 87ab25c

Browse files
committed
Update readme
1 parent 1391fa7 commit 87ab25c

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
# httparser
22

3-
[![crates.io](https://img.shields.io/crates/v/httparse.svg)](https://crates.io/crates/httparse)
4-
[![Released API docs](https://docs.rs/httparse/badge.svg)](https://docs.rs/httparse)
53
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)
6-
[![CI](https://github.com/seanmonstar/httparse/workflows/CI/badge.svg)](https://github.com/seanmonstar/httparse/actions?query=workflow%3ACI)
7-
[![Discord chat][discord-badge]][discord-url]
4+
[![CI](https://github.com/testingrequired/httparser/workflows/CI/badge.svg)](https://github.com/testingrequired/httparser/actions?query=workflow%3ACI)
85

96
A push parser for the HTTP 1.x protocol. Avoids allocations. No copy. **Fast.**
107

118
Works with `no_std`, simply disable the `std` Cargo feature.
129

13-
[Changelog](https://github.com/seanmonstar/httparse/releases)
14-
15-
[discord-badge]: https://img.shields.io/discord/500028886025895936.svg?logo=discord
16-
[discord-url]: https://discord.gg/kkwpueZ
17-
1810
## Usage
1911

2012
```rust
@@ -35,7 +27,3 @@ assert!(req.parse(buf)?.is_complete());
3527
Licensed under either of
3628

3729
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
38-
39-
### Contribution
40-
41-
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)