Versions Compared

Key

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

...

Expand
title2) Header

The header contains information about the response - this doesn’t actually contain the response itself. A response header table is returned where you can access information about the response.

Sometimes the header contains the Set-Cookie header, which can contain a cookie which can be cached (as a local variable declared outside the main() function) for reuse in future requests if you don’t want to continue re-authenticating.

...