package
0.0.0-20240925030927-d1e3643add27
Repository: https://github.com/cloudwego/hertz-examples.git
Documentation: pkg.go.dev
# README
Trailer
You can learn about how to use streaming read/write using hertz server and client
note: if you receive data with StreamBody at client or server, you only can access the trailers after reading body.
How to run
- start server and send request with trailer
go run main.go