Crate wcgi_host

Source
Expand description

Common abstractions for implementing a WCGI host.

§Cargo Features

  • schemars - will enable JSON Schema generation for certain types using the schemars crate

Structs§

UnknownCgiDialect

Enums§

CgiDialect
The CGI dialect to use when running a CGI workload.
CgiError