Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{{ request.format }}

Output:

Code Block
"xml"
Info

Request.format only allows: xml, html and json.

 

request.fullpath

Returns full path, include query string.

...