[][src]Crate obsidian

Modules

context
error
header

HTTP header types

middleware
router

Structs

App
Body

A stream of Bytes, used when receiving bodies.

EndpointExecutor
HeaderMap

A set of HTTP headers

Method

The Request Method (VERB)

Request

Represents an HTTP request.

Response

Represents an HTTP response

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Uri

The URI component of a request.

Version

Represents a version of the HTTP spec.

Enums

ObsidianError

Errors occurs in Obsidian framework

Type Definitions

ContextResult