You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add linting to CI
* Add "ExistentialAny" Swift setting and remove superfluous exclude of DocC catalog
* Remove `test` prefix from test function names
* Improve DocC
* Make the linter happy
* Add Windows, Musl and iOS to CI
* Update `theme-settings.json`
---------
Co-authored-by: Paul Toffoloni <[email protected]>
Co-authored-by: Mahdi Bahrami <[email protected]>
Copy file name to clipboardExpand all lines: Sources/MultipartKit/Docs.docc/index.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Parser, serializer, and `Codable` support for `multipart/form-data`.
4
4
5
+
## Overview
6
+
5
7
MultipartKit is a Swift package for parsing and serializing `multipart/form-data` requests. It provides hooks for encoding and decoding requests in Swift and `Codable` support for handling `multipart/form-data` data through a ``FormDataEncoder`` and ``FormDataDecoder``. The parser delivers its output as it is parsed through callbacks suitable for streaming.
0 commit comments