Expand description
Rust implementation of the TUS protocol
https://tus.io/protocols/resumable-upload.html
Structs§
- Client
- A client for a TUS endpoint. This leaks a lot of the implementation details of reqwest.
- Header
Map - A set of HTTP headers
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
Constants§
- TUS_
VERSION - Version of the TUS protocol we’re configured to use.
Functions§
- default_
headers - Returns the minimum set of headers required to make a TUS request. This should be used as the basis for constructing your headers.