Commit graph

17 commits

Author SHA1 Message Date
f15069fe64
Complete example/simple.rs, tests that fail for APPEND 2022-08-30 16:53:17 +02:00
ce339cf89b
Support closing connection after a Response
Closes #11
2022-07-25 13:12:39 +02:00
c8e0aefc42
release: v0.1.0 2022-06-27 18:15:30 +02:00
f52d1d44cd
proto: Add support for Stream-based Body
Fixes #2
2022-06-27 17:59:57 +02:00
01ee8c872b
proto: Add untagged status in response body values
Fixes #9
2022-06-27 14:50:32 +02:00
2af6a7d781
proto: Refactor Request struct
Fixes #4
2022-06-27 14:44:20 +02:00
fc5f093564
server: Fix re-entrant polling 2022-06-03 18:47:29 +02:00
667b487427
feat: Add proper Response type 2022-05-23 03:20:06 +02:00
921ea05f89
chore: Fix simple example and doc 2022-05-19 12:45:39 +02:00
7e8f445967
refactor: Use miette error-diagnostic library 2022-05-19 12:45:35 +02:00
05b5efc8bf
style: Use tower-provided type-alias when useful 2022-05-13 17:59:31 +02:00
54aa382f8b
refactor: Add more debugging facilities into examples 2022-05-13 17:59:10 +02:00
1b3147d493
refactor: Better connection handling 2022-05-11 19:15:12 +02:00
7571eacb82
doc: Add some notes on the draft doc (+typo) 2022-05-10 17:49:39 +02:00
40c680fa1f
doc: Add doc draft with simple example 2022-05-10 17:42:56 +02:00
59c7ff0fec
server: Fix connection double-polling 2022-05-10 16:22:52 +02:00
28ded269ea
Initial commit. 2022-05-09 19:15:52 +02:00