https://github.com/openpeeps/multipart
A simple multipart parser written in Nim
https://github.com/openpeeps/multipart
file-upload form-validation multipart multipart-formdata multipart-uploads nim nim-lang nim-language openpeeps validator
Last synced: 5 days ago
JSON representation
A simple multipart parser written in Nim
- Host: GitHub
- URL: https://github.com/openpeeps/multipart
- Owner: openpeeps
- Created: 2024-10-30T00:36:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T23:53:41.000Z (about 1 year ago)
- Last Synced: 2025-01-21T14:15:40.267Z (12 months ago)
- Topics: file-upload, form-validation, multipart, multipart-formdata, multipart-uploads, nim, nim-lang, nim-language, openpeeps, validator
- Language: Nim
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A simple multipart parser 👑 Written in Nim language
nimble install multipart
## Examples
todo. See `/tests`
### Need a input validator?
If you're looking for a full featured input validator you can use `openpeeps/bag` package to validate input data, forms, including `multipart/form-data`. Give a try https://github.com/openpeeps/bag
### TODO
Replace `streams` with io
add examples
### ❤ Contributions & Support
- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/multipart/issues)
- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/multipart/fork)
- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)
### 🎩 License
MIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).
Copyright © 2024 OpenPeeps & Contributors — All rights reserved.