Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Request Options

Lakshan Perera edited this page Sep 12, 2012 · 1 revision

For each request, Punch will create a special request options object which will include the following properties:

  • querystrings (object)
  • host (string)
  • whether it's a AJAX request (boolean)
  • HTTP authorization header
  • Cookies available (object)
  • All raw request headers (object)