Page MenuHomePhabricator

Add a rough "multipart/form-data" stream parser
ClosedPublic

Authored by epriestley on Oct 10 2017, 8:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 16 2026, 2:41 AM
Unknown Object (File)
Apr 10 2026, 8:10 AM
Unknown Object (File)
Apr 2 2026, 10:56 PM
Unknown Object (File)
Mar 29 2026, 3:46 AM
Unknown Object (File)
Mar 28 2026, 6:50 AM
Unknown Object (File)
Mar 27 2026, 11:44 PM
Unknown Object (File)
Mar 3 2026, 2:58 PM
Unknown Object (File)
Jan 16 2026, 2:53 PM
Subscribers
None

Details

Summary

Depends on D18699. Ref T13008. This only handles the basics (and doesn't stream files to disk yet) but provides a stream-oriented parser for multipart/form-data HTTP requests.

I'm going to integrate this into web workflows next and add coverage / fix bugs as I hit them.

Test Plan

Added basic unit tests, which pass.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable