Prepares bodies of HTTP requests with MIME multipart messages without reading entire file contents to memory.
-
Updated
Jan 29, 2022 - Go
Prepares bodies of HTTP requests with MIME multipart messages without reading entire file contents to memory.
Demonstrates how to make an optimal HTTP request with the multipart MIME message according in Go.
go multipart/form-data easy build, you can upload many files and form-fields within one request
Helps writing file parts to MIME multipart messages while preserving the original content type inferred from the file extension.
Validate the incoming request's form values & cast to valid Go type
Go module for encoding structs into URL query parameters
Add a description, image, and links to the form-data topic page so that developers can more easily learn about it.
To associate your repository with the form-data topic, visit your repo's landing page and select "manage topics."