Expand description
Multipart form utilities. The meat of this is the build_multipart
function. The serialization code was needed to make it be able to tell a
Vec<u8> apart from other arrays. Vec<u8> are specifically assumed to be
file uploads.
Structsยง
- Capture
Error ๐ - Internal serializer error used to implement
serde::ser::Errorwithout panicking. - Elem
Capture ๐ - Field
Serializer ๐ - Serializer that captures a single field into a
CapturedField. - SeqCapture ๐
- Struct
Capture ๐ - TopSerializer ๐
- Serializer that captures a struct into a key ->
CapturedFieldmap.
Enumsยง
- Captured
Field ๐ - Internal captured representation of a struct field for multipart building.
- SeqElem ๐