1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 02:09:36 +00:00

Merge pull request #338 from tbroadley/fix-typos

Fix typos
This commit is contained in:
Nikolay Kim 2018-06-21 10:13:30 +06:00 committed by GitHub
commit dbd093075d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
* Added header `User-Agent: Actix-web/<current_version>` to default headers when building a request
* port `Extensions` type from http create, we dont need `Send + Sync`
* port `Extensions` type from http create, we don't need `Send + Sync`
* `HttpRequest::query()` returns `&HashMap<String, String>`
@ -98,7 +98,7 @@
### Added
* Allow to use path without traling slashes for scope registration #241
* Allow to use path without trailing slashes for scope registration #241
* Allow to set encoding for exact NamedFile #239
@ -459,7 +459,7 @@
* Server multi-threading
* Gracefull shutdown support
* Graceful shutdown support
## 0.2.1 (2017-11-03)