pipe HTTP multipart/form-data fields
Find a file
2026-09-09 20:14:47 +02:00
.gitignore . 2026-09-09 04:17:48 +02:00
htpipe.1 add install man-page target + improve man page NAME section 2026-09-09 04:19:50 +02:00
htpipe.c fix error handling ig 2026-09-09 20:14:47 +02:00
LICENSE . 2026-09-09 04:17:48 +02:00
LICENSE-MIT . 2026-09-09 04:17:48 +02:00
meson.build add install man-page target + improve man page NAME section 2026-09-09 04:19:50 +02:00
minimal_multipart_parser.c . 2026-09-09 04:17:48 +02:00
minimal_multipart_parser.h . 2026-09-09 04:17:48 +02:00
README doc improvements 2026-09-09 04:29:17 +02:00

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