2.0.0 Beta 10
- Adds RequestPayload object
Request payloads can now be object-oriented with TextPayload and FileUploadPayload obtainable from the RequestPayload object. Use the ProcessRequestBody attribute on a MVC route controller method and then fetch the request payload via \Nox\Http\Request::getRequestPayload()