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

# Functions

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) .

# Structs

No description provided by the author