actix-web
actix-web copied to clipboard
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
## PR Type PR_TYPE ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [ ]...
> As for multipart testing api it should be something like > ``` > req.set_multipart(vec![ > MultipartField::String("someField", "value whatever here") > ]); > ``` > > or just a MultipartForm...
If a service takes long time to complete (longer than value specified by`HttpServer::shutdown_timeout` to be precise), it seems the server does not properly clean up after itself. In particular, I...
It looks like the Path extractor doesn't currently work with enums. To illustrate, I’m getting ``` WARN 2018-06-14T23:46:13Z: actix_web::pipeline: Error occured during request handling: unsupported type: 'any' INFO 2018-06-14T23:46:13Z: actix_web::middleware::logger:...
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
https://internals.rust-lang.org/t/quic-protocol-support-in-tokio/7381 Adding here for just for tracking :+1:
Not sure how to word this title better, you might do a better job than me on that part. While handling a `Multipart` payload, if we turn a field into...
Declare our MSRV in the manifest. Should be done for v5 so that folks pinning transitive deps on v4 can still use it on older compilers.