Skip to content

Commit

Permalink
add note that it does not support everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 19, 2023
1 parent a1e8d93 commit 8e542fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,14 @@ Set of classes to parse any sequence of strings into [`innmind/http`](https://pa

This is useful if you want to parse requests saved in files or build an http server.

Features supported:
- [x] Decoding requests
- [ ] Reading streamed requests with `Transfer-Encoding: chunked`
- [x] Extracting `Cookie`s
- [x] Extracting form data
- [x] Extracting query data
- [ ] Reading multipart bodies

## Installation

```sh
Expand Down

0 comments on commit 8e542fd

Please sign in to comment.