Skip to content

2.0.0 Beta 10

Compare
Choose a tag to compare
@nox7 nox7 released this 09 Jun 15:09
  • 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()