instance method Ajax.Request#getHeader

View source on GitHub →

Ajax.Request#getHeader(name) → String | null
  • name (String) – The name of an HTTP header that may have been part of the response.

Returns the value of the given response header, or null if that header was not found.