actix-web/actix-multipart/src
Aaron Hill 9d612f8cd0
Replace UnsafeCell with RefCell in PayloadRef
This ensures that a mistake in the usage of 'get_mut' will cause
a panic, not undefined behavior.
2019-07-09 21:13:22 -04:00
..
error.rs Handle cancellation of uploads #834 #736 2019-05-12 11:43:05 -07:00
extractor.rs make extractor config type explicit 2019-04-13 16:35:25 -07:00
lib.rs remove nested multipart support 2019-04-13 10:11:07 -07:00
server.rs Replace UnsafeCell with RefCell in PayloadRef 2019-07-09 21:13:22 -04:00