pipi-rs 0.1.1

Pipi web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/controller/format.rs
expression: response
---
Response {
    status: 200,
    version: HTTP/1.1,
    headers: {
        "content-type": "text/html; charset=utf-8",
    },
    body: Body(
        UnsyncBoxBody,
    ),
}