.
This commit is contained in:
commit
2ed9805b67
9 changed files with 459 additions and 0 deletions
18
README
Normal file
18
README
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
parses a http body and pipes all its multipart/form-data
|
||||
to a child program. set's the MIME_TYPE environment variable
|
||||
before exec'ing into the child.
|
||||
|
||||
field names are ignored.
|
||||
|
||||
external deps:
|
||||
- libowfat
|
||||
|
||||
This project is licensed under the 0BSD license except for
|
||||
the following third-party files:
|
||||
./minimal_multipart_parser.c
|
||||
./minimal_multipart_parser.h.
|
||||
Copyright (c) 2024 Brian Khuu
|
||||
MIT License
|
||||
https://briankhuu.com/
|
||||
|
||||
https://github.com/mofosyne/minimal-multipart-form-data-parser-c?tab=MIT-1-ov-file
|
||||
Loading…
Add table
Add a link
Reference in a new issue