[][src]Crate valor_core

Valor

Structs

Handler

Handler is the main entry point for dispatching incoming requests to registered plugins under a specific URL pattern.

Url

A parsed URL record.

Enums

BuiltInPlugin

Plugins included with the runtime

LoadError
Method

HTTP request methods.

Plugin

Plugin information

StatusCode

HTTP response status codes.

Traits

Loader

Loader

RequestHandler

Request handler

Type Definitions

LoadResult
Request
Response

Attribute Macros

async_trait