Module akiaki_fcgi::prelude

source ·
Expand description

The prelude module for this FastCGI library.

Re-exports

pub use crate::cgi;
pub use crate::fcgi;
pub use crate::html;

Macros

Async version of the macro write!.
Puts a form starting tag.
Puts a HTML header with a title.
Puts a multipart form starting tag.
Puts formatted string escaped and enclosed in
tags.
Puts a form finishing tag.
Puts a HTML footer.
Puts formatted string escaped and enclosed in

tags.

Puts formatted string escaped and enclosed in

tags.

Puts formatted string escaped and enclosed in

tags.

Puts formatted string escaped and enclosed in

tags.

Puts formatted string escaped and enclosed in
tags.
Puts formatted string escaped and enclosed in
tags.
Puts a horizontal line.
Puts an image tag.
Puts a checkbox input.
Puts a file input.
Puts a submit button.
Puts a text input.
Puts formatted string escaped and enclosed in

tags.

Puts a textarea.