infinitered / apisauce

Axios + standardized errors + request/response transforms.
MIT License
2.78k stars 184 forks source link

How to get another response header #292

Closed rohmansca closed 2 years ago

rohmansca commented 2 years ago

I need another response header. I only get 3 keys from ApiResponse, but response header from a server is around 20.

  1. authorization
  2. cache-control
  3. content-type

How to get the others? eg: etag, token, etc

rohmansca commented 2 years ago

It is solved by #110

It isn't from this package. Thanks