fakeshadow 7d18607b6a [xitca-web] disable broken test (#10419) 2 days ago
..
.cargo 67f4481c3c [xitca-web] add toasty as orm (#10294) 3 weeks ago
src 7d18607b6a [xitca-web] disable broken test (#10419) 2 days ago
Cargo.lock 7d18607b6a [xitca-web] disable broken test (#10419) 2 days ago
Cargo.toml 7d18607b6a [xitca-web] disable broken test (#10419) 2 days ago
README.md 542904f589 [xitca-web]add io_uring bench. update wasmtime cli. (#7652) 3 years ago
benchmark_config.json 7d18607b6a [xitca-web] disable broken test (#10419) 2 days ago
config.toml 4580dcc064 remove wasm bench (#10154) 2 months ago
rustfmt.toml 91cefe6b13 [xitca-web] add connection pool (#9252) 1 year ago
xitca-web-barebone.dockerfile 08c18d0134 [xitca-web] use the same update flow in orm tests (#10402) 5 days ago
xitca-web-diesel.dockerfile 08c18d0134 [xitca-web] use the same update flow in orm tests (#10402) 5 days ago
xitca-web-toasty.dockerfile 08c18d0134 [xitca-web] use the same update flow in orm tests (#10402) 5 days ago
xitca-web.dockerfile 7d18607b6a [xitca-web] disable broken test (#10419) 2 days ago

README.md

An experimental http library/web framework

Description

An alternative http library and web framework inspired by hyper. Implementation is rewritten with similar style and types.

Database

PostgreSQL.

Test URLs

Test 1: JSON Encoding

http://localhost:8080/json

Test 2: Single Row Query

http://localhost:8080/db

Test 3: Multi Row Query

http://localhost:8080/queries?q={count}

Test 4: Fortunes (Template rendering)

http://localhost:8080/fortune

Test 5: Update Query

http://localhost:8080/updates?q={count}

Test 6: Plaintext

http://localhost:8080/plaintext