roa 0.6.1

async web framework inspired by koajs, lightweight but powerful.
Documentation

roa

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 36 feature flags, 4 of them enabled by default.

default

  • async_rt

async_rt

  • runtime
  • tcp

runtime

  • roa-core/runtime

tcp

  • tokio/net
  • tokio/time

full

  • default
  • json
  • urlencoded
  • file
  • multipart
  • template
  • tls
  • router
  • jwt
  • cookies
  • compress
  • websocket
  • jsonrpc

jwt

  • jsonwebtoken
  • serde
  • serde_json

router

  • radix_trie
  • regex
  • doc-comment

tls

  • rustls
  • tokio-rustls
  • rustls-pemfile

urlencoded

  • serde
  • serde_urlencoded

docs

  • full
  • roa-core/docs

json

  • serde
  • serde_json

multipart

  • multer
  • mime

file

  • mime_guess
  • tokio/fs

compress

  • async-compression

websocket

  • tokio-tungstenite

cookies

  • cookie

jsonrpc

  • jsonrpc-v2

template

  • askama

jsonrpc-v2

    This feature flag does not enable additional features.

    This feature flag does not enable additional features.

rustls-pemfile

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

serde_urlencoded

    This feature flag does not enable additional features.

radix_trie

    This feature flag does not enable additional features.

tokio-rustls

    This feature flag does not enable additional features.

tokio-tungstenite

    This feature flag does not enable additional features.

askama

    This feature flag does not enable additional features.

rustls

    This feature flag does not enable additional features.

jsonwebtoken

    This feature flag does not enable additional features.

mime

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

regex

    This feature flag does not enable additional features.

multer

    This feature flag does not enable additional features.

mime_guess

    This feature flag does not enable additional features.

async-compression

    This feature flag does not enable additional features.

doc-comment

    This feature flag does not enable additional features.