Commit graph

16 commits

Author SHA1 Message Date
Jun Kurihara
d4040b9b98
refactor: split sticky-cookie into a separated feature 2023-06-15 15:38:19 +09:00
Jun Kurihara
a0ae3578d7
feat: initial implementation of sticky cookie for session persistance when load-balancing 2023-06-09 02:18:01 +09:00
Jun Kurihara
f66be5fef1
update default load balance option 2023-05-26 15:43:23 +09:00
Jun Kurihara
2d79be5577
add some comments to design sticky session 2023-04-28 20:03:50 +09:00
Jun Kurihara
f0d8a128d0
refactor 2023-04-09 03:27:32 +09:00
Jun Kurihara
d9868442c5
feat: rustls-0.21. quinn (and hence h3-quinn) do not support rustls-0.21 yet. 2023-04-03 12:42:03 +09:00
Jun Kurihara
0f44f71289
nits 2023-02-27 14:42:39 +09:00
Jun Kurihara
d2b5cdcc5b
refactor with derive_builder 2023-01-19 18:27:31 +09:00
Jun Kurihara
512690fce5
changed how to support multiple domains and support client authentication directly by rustls using split server_config 2022-10-14 22:45:13 +09:00
Jun Kurihara
7e4f4d3488
workaround 2022-10-12 15:40:56 +09:00
Jun Kurihara
62fe6a0b49
deps and refactor 2022-10-11 15:35:46 +09:00
Jun Kurihara
d7193af4e6
temporarily implemented client authentication using client certificates (mTLS) 2022-10-07 23:47:10 +09:00
Jun Kurihara
7bd9040637
use bytesname trait to explicitly convert &str/string to ascii lower-cased byte names of server / path 2022-07-28 20:45:22 +09:00
Jun Kurihara
4d590f328f
refactor 2022-07-28 19:46:03 +09:00
Jun Kurihara
d750f87331
refactor 2022-07-27 22:21:42 +09:00
Jun Kurihara
b56bf54318
restructuring src dir 2022-07-27 20:33:37 +09:00
Renamed from src/backend.rs (Browse further)