Registry / utility / technoweenie-multipartstreamer

technoweenie-multipartstreamer

JSON →
library1.0.1gogounverified

Package multipartstreamer helps encode large files in MIME multipart format without reading entire content into memory.

go get github.com/technoweenie/multipartstreamer
INSTALL
IMPORT
SIG · TECHNOWEENIE-MULTI
T
technoweenie-multipartstreamer
utilitygov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

multipartstreamer
github.com/technoweenie/multipartstreamer

Create a multipart streamer and write fields

package main import ( "bytes" "fmt" "github.com/technoweenie/multipartstreamer" ) func main() { ms := multipartstreamer.New() ms.WriteFields(map[string]string{"key": "value"}) var buf bytes.Buffer ms.Reader().WriteTo(&buf) fmt.Println(buf.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
technoweenie-multipartstreamer — go get technoweenie-multipartstreamer · libregistry