createFormPostRequestForMapFail() — gin Function Reference
Architecture documentation for the createFormPostRequestForMapFail() function in binding_test.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD f458b27a_93d3_1727_78d7_a3eb818ee7d9["createFormPostRequestForMapFail()"] 314c6481_2bd0_e5a7_282c_94e41df6062a["binding_test.go"] f458b27a_93d3_1727_78d7_a3eb818ee7d9 -->|defined in| 314c6481_2bd0_e5a7_282c_94e41df6062a 713acb50_e9a7_1079_6c7e_2e75a464636c["TestBindingFormPostForMapFail()"] 713acb50_e9a7_1079_6c7e_2e75a464636c -->|calls| f458b27a_93d3_1727_78d7_a3eb818ee7d9 style f458b27a_93d3_1727_78d7_a3eb818ee7d9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
binding/binding_test.go lines 524–529
func createFormPostRequestForMapFail(t *testing.T) *http.Request {
req, err := http.NewRequest(http.MethodPost, "/?map_foo=getfoo", bytes.NewBufferString("map_foo=hello"))
require.NoError(t, err)
req.Header.Set("Content-Type", MIMEPOSTForm)
return req
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does createFormPostRequestForMapFail() do?
createFormPostRequestForMapFail() is a function in the gin codebase, defined in binding/binding_test.go.
Where is createFormPostRequestForMapFail() defined?
createFormPostRequestForMapFail() is defined in binding/binding_test.go at line 524.
What calls createFormPostRequestForMapFail()?
createFormPostRequestForMapFail() is called by 1 function(s): TestBindingFormPostForMapFail.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free