[][src]Crate kayrx

Modules

codec

Utilities for encoding and decoding frames.

connect

Tcp connector service

fiber

A runtime implementation that runs everything on the current thread.

http

HTTP Primitives.

kcore
krse

Kayrx Rust Standard Extension

router

Resource path matching library.

secure

SSL Services

service
timer

Utilities for tracking time.

util
web

Macros

header

Attribute Macros

connect

Creates route handler with CONNECT method guard.

delete

Creates route handler with DELETE method guard.

get

Macro codegen module

head

Creates route handler with HEAD method guard.

main

Marks async function to be executed by kayrx-fiber system.

options

Creates route handler with OPTIONS method guard.

patch

Creates route handler with PATCH method guard.

post

Creates route handler with POST method guard.

put

Creates route handler with PUT method guard.

test

Marks async test function to be executed by kayrx-fiber runtime.

trace

Creates route handler with TRACE method guard.