issues
search
vapor
/
multipart-kit
🏞 Parses and serializes multipart-encoded data with Codable support.
MIT License
138
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
MultipartKit V5
#100
ptoffy
opened
1 month ago
1
Inconstancy between the ReadMe and the Package.swift, is iOS supported?
#99
TMinYou
closed
2 months ago
1
Can change Content-Disposition string?
#98
YelCode
closed
3 months ago
1
Conform URL to MutipartPartConvertible
#97
gwynne
closed
5 months ago
0
Remove no longer needed `@preconcurrency` attribute
#96
gwynne
closed
5 months ago
1
Add encoding function that returns Data. Fixes #94
#95
andrew804
opened
8 months ago
3
Encoding corrupts data
#94
andrew804
opened
8 months ago
0
fix typo in README
#93
Patrick-Kladek
closed
9 months ago
0
How to upload file on iOS?
#92
pzmudzinski
closed
2 months ago
13
Update README
#91
0xTim
closed
10 months ago
1
Add Sendable Conformances
#90
0xTim
closed
10 months ago
1
Add platform specifiers
#89
gwynne
closed
1 year ago
1
Fix recursion loop in decoding of a `SingleValueContainer`
#88
dkolas
closed
1 year ago
3
API Docs
#87
0xTim
closed
1 year ago
0
Performance issue
#86
varungakhar
closed
1 year ago
3
Update good first issue workflow to work for multiple labels
#85
BennyDeBock
closed
2 years ago
0
Update good first issue workflow to work for multiple labels
#84
BennyDeBock
closed
2 years ago
0
Depend on Swift Collections
#83
ahmdyasser
closed
2 years ago
12
Un-vendor the `swift-collections` implementation
#82
gwynne
closed
2 years ago
5
Add good first issue project board workflow to repository
#81
BennyDeBock
closed
2 years ago
0
Add support for decoding multipart/form-data without knowing the boundary
#80
biajoeknee
opened
2 years ago
0
Allow alternative parsing strategies in addition to the current "indexed brackets" convention
#79
siemensikkema
opened
3 years ago
0
Remove platform requirements
#78
0xTim
closed
3 years ago
1
Is there any reason multipart-kit requires macOS 10.15?
#77
adam-fowler
closed
3 years ago
2
Add `FormDataDecoder.decode` with `ByteBuffer` parameter
#76
adam-fowler
closed
3 years ago
1
Unnecessary conversions between `[UInt8]` and `ByteBuffer`
#75
adam-fowler
closed
3 years ago
2
Use swift-collections
#74
siemensikkema
closed
2 years ago
1
Add more content to the Readme.
#73
siemensikkema
closed
3 years ago
2
Group Tests into pure Multipart & Form Data
#72
siemensikkema
closed
3 years ago
0
Support Indexed Arrays
#71
siemensikkema
closed
3 years ago
1
Redesign FormDataEncoder and FormDataDecoder
#70
siemensikkema
closed
3 years ago
1
Fix the bug of not decoding nested `Array` of Object
#69
chocoford
closed
3 years ago
8
Decoding optional type cause error
#68
emilwojtaszek
closed
3 years ago
1
Unable to decode nested `multipart` array.
#67
chocoford
closed
3 years ago
0
Fix regression that broke falling back to Codable
#66
siemensikkema
closed
3 years ago
1
Decoding String enum
#65
nightwill
closed
3 years ago
0
Add support for encoding/decoding UUIDs
#64
siemensikkema
closed
3 years ago
1
Bug in FormDataEncoder with Optional<CustomValue>
#63
nerzh
closed
3 years ago
3
Fix: MultipartParser cannot decode Non-ASCII header correctly
#62
t-ae
closed
3 years ago
3
Update api-docs.yml
#61
JaapWijnen
closed
3 years ago
0
Optimize and simplify parser
#60
siemensikkema
closed
3 years ago
3
Improve parsing performance
#59
edwellbrook
closed
3 years ago
10
Explore optimizing parser
#58
siemensikkema
closed
3 years ago
0
Support nested multipart encoding
#57
siemensikkema
closed
3 years ago
7
Fix: Cannot parse data that contains `\r\n--` correctly.
#56
t-ae
closed
3 years ago
8
Modernize and optimize
#55
siemensikkema
closed
3 years ago
0
Rewrite multipart parser in Swift
#54
siemensikkema
closed
3 years ago
11
Crash on multipart/form-data decoding with empty mime type.
#53
sderiu
opened
3 years ago
2
update package logo to match v4 releases
#51
JaapWijnen
closed
3 years ago
0
BUG FIX: Multipart/form-data crashed if data was missing
#50
JaapWijnen
closed
3 years ago
5
Next