change httprouter with fasthttp and simple handler

* add http benchmark
* move HTTP query parameters parsing to http subpackage
* update dependencies
This commit is contained in:
Lawrence, Rendall
2023-03-18 00:58:35 +03:00
parent e5039131b3
commit da7de52813
18 changed files with 442 additions and 459 deletions

View File

@@ -14,7 +14,6 @@ frontends:
tls_cert_path: ""
tls_key_path: ""
reuse_port: true
workers: 1
read_timeout: 5s
write_timeout: 5s
enable_keepalive: false