Crate akiaki_fcgi

source ·
Expand description

A FastCGI server library in async/await.

Modules

A CGI input/output library.
A FastCGI server library in async/await.
A string formatting library in async/await.
HTML utilities.
An AsyncWrite to AsyncRead pipe.
The prelude module for this FastCGI library.

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.