actix-web 4.0.1

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Middleware Author's Guide

## What Is A Middleware?

## Middleware Traits

## Understanding Body Types

## Best Practices

## Error Propagation

## When To (Not) Use Middleware