Skip to content

Commit

Permalink
Update Readme with qsquery
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed May 6, 2021
1 parent a4c6ab8 commit 5a1d133
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -24,10 +24,11 @@ This crate works with Cargo and can be found on
actix-web-validator = "2.0.3"
```

## Supported `actix_web::web` extractors:
* `web::Json`
* `web::Query`
* `web::Path`
## Supported extractors:
* `actix_web::web::Json`
* `actix_web::web::Query`
* `actix_web::web::Path`
* `serde_qs::actix::QsQuery`

### Supported `actix_web` versions:
* For actix-web-validator `0.*` supported version of actix-web is `1.*`
Expand Down

0 comments on commit 5a1d133

Please sign in to comment.