mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 05:18:44 +00:00
Update MIGRATION-0.4-0.5.md
This commit is contained in:
parent
839d67ac6a
commit
0e3820afdf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
* `HttpResponseBuilder::body()`, `.finish()`, `.json()`
|
||||
methods return `HttpResponse` instead of `Result<HttpResponse>`
|
||||
|
||||
* `actix_web::Method`, `actix_web::StatusCode`, actix_web::Version`
|
||||
* `actix_web::Method`, `actix_web::StatusCode`, `actix_web::Version`
|
||||
moved to `actix_web::http` module
|
||||
|
||||
* `actix_web::header` moved to `actix_web::http::header`
|
||||
|
|
Loading…
Reference in a new issue