1

How do I set the response headers in respondWith with jasmine-ajax?

Filip Haglund
  • 13,919
  • 13
  • 64
  • 113

1 Answers1

1

Found it in the source code.

The response.responseHeaders field is a dictionary of response headers.

Filip Haglund
  • 13,919
  • 13
  • 64
  • 113