Home / Domains / RequestBinding

RequestBinding

Browse all 249 domain entities categorized under RequestBinding in the gin Architecture Docs architecture documentation.

249 entities · Page 1 of 6

RequestBinding Domain — gin Architecture
Handles deserialization of incoming request data from multiple formats into Go structs Architectural overview of the RequestBinding domain in the gin codebase. Contains 24 source files.
Domain
binding.go — gin Source File
Architecture documentation for binding.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
binding_msgpack_test.go — gin Source File
Architecture documentation for binding_msgpack_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
binding_nomsgpack.go — gin Source File
Architecture documentation for binding_nomsgpack.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
binding_test.go — gin Source File
Architecture documentation for binding_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
default_validator_benchmark_test.go — gin Source File
Architecture documentation for default_validator_benchmark_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
default_validator_test.go — gin Source File
Architecture documentation for default_validator_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
form_mapping_benchmark_test.go — gin Source File
Architecture documentation for form_mapping_benchmark_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
form_mapping.go — gin Source File
Architecture documentation for form_mapping.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
form_mapping_test.go — gin Source File
Architecture documentation for form_mapping_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
header.go — gin Source File
Architecture documentation for header.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
json.go — gin Source File
Architecture documentation for json.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
json_test.go — gin Source File
Architecture documentation for json_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
msgpack.go — gin Source File
Architecture documentation for msgpack.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
msgpack_test.go — gin Source File
Architecture documentation for msgpack_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
multipart_form_mapping.go — gin Source File
Architecture documentation for multipart_form_mapping.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
multipart_form_mapping_test.go — gin Source File
Architecture documentation for multipart_form_mapping_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
plain.go — gin Source File
Architecture documentation for plain.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
toml.go — gin Source File
Architecture documentation for toml.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
toml_test.go — gin Source File
Architecture documentation for toml_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
validate_test.go — gin Source File
Architecture documentation for validate_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
xml.go — gin Source File
Architecture documentation for xml.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
xml_test.go — gin Source File
Architecture documentation for xml_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
yaml.go — gin Source File
Architecture documentation for yaml.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
yaml_test.go — gin Source File
Architecture documentation for yaml_test.go, a go file in the gin codebase. 1 imports, 0 dependents.
File go
Default() — gin Function Reference
Architecture documentation for the Default() function in binding.go from the gin codebase.
Function go
validate() — gin Function Reference
Architecture documentation for the validate() function in binding.go from the gin codebase.
Function go
TestBindingDefaultMsgPack() — gin Function Reference
Architecture documentation for the TestBindingDefaultMsgPack() function in binding_msgpack_test.go from the gin codebase.
Function go
TestBindingMsgPack() — gin Function Reference
Architecture documentation for the TestBindingMsgPack() function in binding_msgpack_test.go from the gin codebase.
Function go
testMsgPackBodyBinding() — gin Function Reference
Architecture documentation for the testMsgPackBodyBinding() function in binding_msgpack_test.go from the gin codebase.
Function go
Default() — gin Function Reference
Architecture documentation for the Default() function in binding_nomsgpack.go from the gin codebase.
Function go
validate() — gin Function Reference
Architecture documentation for the validate() function in binding_nomsgpack.go from the gin codebase.
Function go
createDefaultFormPostRequest() — gin Function Reference
Architecture documentation for the createDefaultFormPostRequest() function in binding_test.go from the gin codebase.
Function go
createFormFilesMultipartRequest() — gin Function Reference
Architecture documentation for the createFormFilesMultipartRequest() function in binding_test.go from the gin codebase.
Function go
createFormFilesMultipartRequestFail() — gin Function Reference
Architecture documentation for the createFormFilesMultipartRequestFail() function in binding_test.go from the gin codebase.
Function go
createFormMultipartRequest() — gin Function Reference
Architecture documentation for the createFormMultipartRequest() function in binding_test.go from the gin codebase.
Function go
createFormMultipartRequestForMap() — gin Function Reference
Architecture documentation for the createFormMultipartRequestForMap() function in binding_test.go from the gin codebase.
Function go
createFormMultipartRequestForMapFail() — gin Function Reference
Architecture documentation for the createFormMultipartRequestForMapFail() function in binding_test.go from the gin codebase.
Function go
createFormPostRequest() — gin Function Reference
Architecture documentation for the createFormPostRequest() function in binding_test.go from the gin codebase.
Function go
createFormPostRequestForMap() — gin Function Reference
Architecture documentation for the createFormPostRequestForMap() function in binding_test.go from the gin codebase.
Function go
createFormPostRequestForMapFail() — gin Function Reference
Architecture documentation for the createFormPostRequestForMapFail() function in binding_test.go from the gin codebase.
Function go
requestWithBody() — gin Function Reference
Architecture documentation for the requestWithBody() function in binding_test.go from the gin codebase.
Function go
TestBindingBSON() — gin Function Reference
Architecture documentation for the TestBindingBSON() function in binding_test.go from the gin codebase.
Function go
TestBindingDefault() — gin Function Reference
Architecture documentation for the TestBindingDefault() function in binding_test.go from the gin codebase.
Function go
TestBindingDefaultValueFormPost() — gin Function Reference
Architecture documentation for the TestBindingDefaultValueFormPost() function in binding_test.go from the gin codebase.
Function go
TestBindingForm() — gin Function Reference
Architecture documentation for the TestBindingForm() function in binding_test.go from the gin codebase.
Function go
TestBindingForm2() — gin Function Reference
Architecture documentation for the TestBindingForm2() function in binding_test.go from the gin codebase.
Function go
TestBindingFormDefaultValue() — gin Function Reference
Architecture documentation for the TestBindingFormDefaultValue() function in binding_test.go from the gin codebase.
Function go

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free