1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

feat: enable use of patch as request method (#718)

This commit is contained in:
Jannik Keye
2019-03-14 09:36:10 +01:00
committed by Douman
parent 17ecdd63d2
commit bf8262196f
6 changed files with 35 additions and 0 deletions

View File

@ -10,6 +10,8 @@
* Add client HTTP Authentication methods `.basic_auth()` and `.bearer_auth()`. #540
* Add support for PATCH HTTP method
### Fixed
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680