This website requires JavaScript.
Explore
Help
Sign In
actix
/
actix-extras
Watch
1
Star
0
Fork
0
You've already forked actix-extras
mirror of
https://github.com/actix/actix-extras.git
synced
2025-01-22 23:05:56 +01:00
Code
Issues
Releases
Wiki
Activity
actix-extras
/
actix-multipart
History
Nikolay Kim
4f30fa9d46
Remove generic type for request payload, always use default
2019-04-13 14:50:54 -07:00
..
src
Remove generic type for request payload, always use default
2019-04-13 14:50:54 -07:00
Cargo.toml
move multipart support to separate crate
2019-04-03 12:28:58 -07:00
CHANGES.md
remove nested multipart support
2019-04-13 10:11:07 -07:00
README.md
add App::configure() - allow to offload app configuration to different methods
2019-04-03 15:09:31 -07:00
README.md
Multipart support for actix web framework