Stay organized with collections
Save and categorize content based on your preferences.
publicclassHttpRequestParser
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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eHttpRequestParser\u003c/code\u003e provides helper methods for parsing \u003ccode\u003emultipart/form-data\u003c/code\u003e HTTP requests.\u003c/p\u003e\n"],["\u003cp\u003eSubclasses use \u003ccode\u003eHttpRequestParser\u003c/code\u003e methods to parse requests into structured data.\u003c/p\u003e\n"],["\u003cp\u003eIt contains static methods, \u003ccode\u003egetFieldName\u003c/code\u003e, \u003ccode\u003egetTextContent\u003c/code\u003e, and \u003ccode\u003eparseMultipartRequest\u003c/code\u003e, to assist in parsing.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetFieldName\u003c/code\u003e and \u003ccode\u003egetTextContent\u003c/code\u003e both require a BodyPart as a parameter and can throw a MessagingException.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eparseMultipartRequest\u003c/code\u003e takes a HttpServletRequest and returns a MimeMultipart object, it can throw a MessagingException and IOException.\u003c/p\u003e\n"]]],[],null,[]]