feat: add fasthttp

This commit is contained in:
langhuihui
2025-04-30 10:36:25 +08:00
parent ee3a94c0ba
commit 25d10473f3
14 changed files with 373 additions and 227 deletions

View File

@@ -112,6 +112,7 @@ The following build tags can be used to customize your build:
| postgres | Enables the postgres DB |
| duckdb | Enables the duckdb DB |
| taskpanic | Throws panic, for testing |
| fasthttp | Enables the fasthttp server instead of net/http |
<p align="right">(<a href="#readme-top">back to top</a>)</p>