i am trying to implement multipart/form-data HTTP requests, and now need to parse the per-part HTTP headers:
Content-Disposition: form-data; name="file1"; filename="test.txt"
Content-Type: application/octet-stream
is there a way to re-use SwiftNIO’s HTTP header parser for this?