feat: Wasm go sdk support process streaming body (#933)

This commit is contained in:
澄潭
2024-05-10 18:53:34 +08:00
committed by GitHub
parent 03d2f01274
commit 2031c659c2
6 changed files with 197 additions and 43 deletions

View File

@@ -5,7 +5,7 @@ go 1.19
require (
github.com/google/uuid v1.3.0
github.com/higress-group/nottinygc v0.0.0-20231101025119-e93c4c2f8520
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240318034951-d5306e367c43
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240327114451-d6b7174a84fc
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.14.3
github.com/tidwall/resp v0.1.1