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

Added HTTP Authentication for Client (#540)

This commit is contained in:
Stephen Ellis
2019-03-06 01:56:12 -08:00
committed by Douman
parent 42f030d3f4
commit ceca96da28
3 changed files with 54 additions and 0 deletions

View File

@ -8,6 +8,8 @@
* Add `insert` and `remove` methods to `HttpResponseBuilder`
* Add client HTTP Authentication methods `.basic_auth()` and `.bearer_auth()`. #540
### Fixed
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680