{"id":50327,"library":"technoweenie-multipartstreamer","title":"Multipartstreamer","description":"Package multipartstreamer helps encode large files in MIME multipart format without reading entire content into memory.","status":"active","version":"1.0.1","language":"go","source_language":null,"source_url":"https://github.com/technoweenie/multipartstreamer","tags":["multipart","upload","stream","file"],"install":[{"cmd":"go get github.com/technoweenie/multipartstreamer","lang":"bash","label":"Install github.com/technoweenie/multipartstreamer"}],"dependencies":[],"imports":[{"symbol":"multipartstreamer","correct":"github.com/technoweenie/multipartstreamer"}],"quickstart":{"code":"package main\n\nimport (\n\t\"bytes\"\n\t\"fmt\"\n\t\"github.com/technoweenie/multipartstreamer\"\n)\n\nfunc main() {\n\tms := multipartstreamer.New()\n\tms.WriteFields(map[string]string{\"key\": \"value\"})\n\tvar buf bytes.Buffer\n\tms.Reader().WriteTo(&buf)\n\tfmt.Println(buf.String())\n}","lang":"go","description":"Create a multipart streamer and write fields"},"warnings":[],"env_vars":null,"search_vec":"'content':15 'encod':5 'entir':14 'file':7,21 'format':11 'help':4 'larg':6 'memori':17 'mime':9 'multipart':10,18 'multipartstream':1,3 'packag':2 'read':13 'stream':20 'upload':19 'without':12","created_at":"2026-06-15T04:48:51.545331+00:00","updated_at":"2026-06-15T04:48:51.545331+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/technoweenie/multipartstreamer","github":"https://github.com/technoweenie/multipartstreamer","docs":"https://pkg.go.dev/github.com/technoweenie/multipartstreamer#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}