RequestPartServletServerHttpRequest(request: HttpServletRequest, partName: String)
Create a new RequestPartServletServerHttpRequest instance.
request - the current servlet request
partName - the name of the part to adapt to the ServerHttpRequest contract
MissingServletRequestPartException - if the request part cannot be found
MultipartException - if MultipartHttpServletRequest cannot be initialized