17 lines
440 B
Text
17 lines
440 B
Text
parses a http body and pipes the first multipart/form-data
|
|
field to a child program.
|
|
|
|
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
|