package
2.0.1
Repository: https://github.com/cateiru/go-http-easy-test.git
Documentation: pkg.go.dev

# Functions

multipart/form-data type.
Post json.
Create mock objects.
Create mock objects use io.Reader body.
Start mock server.
Start mock server with TLS mode.
Create a new multipart/form-data object Example: m := NewMultipart() // Insert k-v data err := m.Insert("key", "value") require.NoError(t, err) // Insert files err := m.InsertFile("key", file).
No description provided by the author
application/x-www-form-urlencoded type.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author