package
0.0.0-20240925030927-d1e3643add27
Repository: https://github.com/cloudwego/hertz-examples.git
Documentation: pkg.go.dev
# README
Bind and Validate
How to use
How to run
-
go run binding/main.go
-
You can use the hertz client to send requests
go run client/add_parameters/main.go
Or you can use curl:
curl --location --request POST '127.0.0.1:8080/v2/bind?query=hello&q=q1&q=q2&vd=1' \ --header 'header: header' \ --header 'Content-Type: application/json' \ --data-raw '{ "json":"hello,hertz" }'
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author