chickadee » schematra » test-route-redirect-location

test-route-redirect-location app method path #!key headers body cookiesprocedure

Return the Location header URI as a string or #f.

All route-testing functions accept these keyword arguments:

  • headers: request headers alist (e.g., '((content-type application/json)))
  • body: request body string
  • cookies: request cookies alist (e.g., '(("name" . "value")))