response
Interfaces, Classes and Traits
- jResponseBasicHtml
- Basic HTML response. the HTML content should be provided by a simple php file.
- jResponseBinary
- Response use to send a binary file to the browser.
- jResponseCmdline
- Command line response.
- jResponseCss
- Send CSS content.
- jResponseHtml
- HTML5 response.
- jResponseHtmlError
- HTML5 response to display HTTP errors.
- jResponseHtmlFragment
- Send Html part.
- jResponseJson
- Json response.
- jResponseJsonRpc
- Response for jsonrpc protocol.
- jResponseRedirect
- Response To redirect to an action.
- jResponseRedirectUrl
- Response To redirect to an URL.
- jResponseStreamed
- Streamed response.
- jResponseText
- plain Text response.
- jResponseXml
- XML response generator.
- jResponseXmlRpc
- xmlrpc response.
- jResponseZip
- generate a zip content and send it to the browser.