Crate netserver

source ·
Expand description

Web

A Library for hosting servers.

Structs

  • A request. Containing some of the requests data.
  • A WebServer that can be hosted with the ‘listen’ method

Enums

  • A request type. Specifies what request type to call a route function on.
  • A response code. Used to specify how the request was on the webserver routes.

Type Aliases