go.mime.multipart
1.23.12.2
dotnet add package go.mime.multipart --version 1.23.12.2
NuGet\Install-Package go.mime.multipart -Version 1.23.12.2
<PackageReference Include="go.mime.multipart" Version="1.23.12.2" />
<PackageVersion Include="go.mime.multipart" Version="1.23.12.2" />
<PackageReference Include="go.mime.multipart" />
paket add go.mime.multipart --version 1.23.12.2
#r "nuget: go.mime.multipart, 1.23.12.2"
#:package go.mime.multipart@1.23.12.2
#addin nuget:?package=go.mime.multipart&version=1.23.12.2
#tool nuget:?package=go.mime.multipart&version=1.23.12.2
go.mime.multipart
C# package converted from the Go standard library by go2cs.
Package multipart implements MIME multipart parsing, as defined in RFC 2046.
The implementation is sufficient for HTTP (RFC 2388) and the multipart bodies generated by popular browsers.
Limits
To protect against malicious inputs, this package sets limits on the size of the MIME data it processes.
[Reader.NextPart] and [Reader.NextRawPart] limit the number of headers in a part to 10000 and [Reader.ReadForm] limits the total number of headers in all FileHeaders to 10000. These limits may be adjusted with the GODEBUG=multipartmaxheaders=<values> setting.
Reader.ReadForm further limits the number of parts in a form to 1000. This limit may be adjusted with the GODEBUG=multipartmaxparts=<value> setting.
Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file. The go2cs conversion itself is distributed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- go.bufio (>= 1.23.12.2)
- go.bytes (>= 1.23.12.2)
- go.crypto.rand (>= 1.23.12.2)
- go.errors (>= 1.23.12.2)
- go.fmt (>= 1.23.12.2)
- go.internal.godebug (>= 1.23.12.2)
- go.io (>= 1.23.12.2)
- go.lib (>= 1.23.12.2)
- go.math (>= 1.23.12.2)
- go.mime (>= 1.23.12.2)
- go.mime.quotedprintable (>= 1.23.12.2)
- go.net.textproto (>= 1.23.12.2)
- go.os (>= 1.23.12.2)
- go.path.filepath (>= 1.23.12.2)
- go.slices (>= 1.23.12.2)
- go.strconv (>= 1.23.12.2)
- go.strings (>= 1.23.12.2)
- go.unsafe (>= 1.23.12.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on go.mime.multipart:
| Package | Downloads |
|---|---|
|
go.net.http
net.http (net10.0 - Release) -- C# project converted from Go source |
GitHub repositories
This package is not used by any popular GitHub repositories.