Expand description

Rocket routes definitions.

Structs

Request context structure, passed between Rocket handler to share state.

Statics

Rocket code generated static route info.

Rocket code generated static route info.

Rocket code generated static route info.

Rocket code generated static route info.

Rocket code generated static route info.

Rocket code generated static route info.

Rocket code generated static route info.

Rocket code generated static route info.

Rocket code generated static route info.

Functions

Catch all for HTTP Rocket errors.

Serve GET /done URL where we redirect upon success.

Serve GET /error URL where we redirect upon errors,

Serve GET /receive URL where the user can input files and text to receive.

Serve GET /<file_name> URL returning the file served from Rocket.

Serve POST /receive URL parsing the multipart form. This way multiple files with different names can be received in a single session.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rocket code generated wrapping route function.

Rickroll curious cats :)

Serve Bootstrap minimized CSS as static file.

Serve Bootstrap minimized CSS map as static file.

Serve a fake favicon to avoid getting errors from Rocket if the favicon is requested.