feat(binding): add BindPlain (#3904)

* add BindPlain

* fix ci/cd error
This commit is contained in:
guonaihong
2024-05-13 11:11:56 +08:00
committed by GitHub
parent 40131af124
commit 6ca8ddb1ae
6 changed files with 238 additions and 1 deletions
+1
View File
@@ -81,6 +81,7 @@ var (
Uri = uriBinding{}
Header = headerBinding{}
TOML = tomlBinding{}
Plain = plainBinding{}
)
// Default returns the appropriate Binding instance based on the HTTP method