You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what you mean by backward-compatible here. It would need to be specified as a new value for :as, maybe something like :as '(response :with file), :as '(response :with buffer), etc. Hard to say what the best way to do it is.
:as '(response :with file) and :as '(response :with buffer) make sense! My concern about backward-compatibility would only be relevant if we attempted to change the existing :as 'file handler to also return headers. Moot point. :)
josephmturner
changed the title
Expose response headers with :as file
Expose response headers with :as file and :as bufferJun 13, 2024
Currently, it's not possible to access response headers when sending
GET
requests:as file
. Is there a backward-compatible way to support this?The text was updated successfully, but these errors were encountered: