[][src]Module rifling::handler

Universal part between of different frameworks

Constructor accepts settings from the user, and generates Handler from itself.

The Handler struct should be created automatically by constructor, it is the actual handler of requests.

Structs

Constructor

Constructor of the server

Delivery

Information gathered from the received request Not sure what is included in the request, so all of the fields are wrapped in Option<T>

Handler

The main handler struct.

Enums

ContentType

Type of content

DeliveryType

Source of the delivery

Type Definitions

HookRegistry

Registry of hooks