HttpRequestParser encapsulates helper methods used to parse incoming
multipart/form-data HTTP requests. Subclasses should use these methods to parse specific
requests into useful data structures.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["`HttpRequestParser` provides helper methods for parsing incoming `multipart/form-data` HTTP requests."],["Subclasses of `HttpRequestParser` can use these methods to parse requests into specific data structures."],["`HttpRequestParser.StaticDataSource` is a read-only `DataSource` supported by a content type and fixed byte array."]]],[]]