Open
Description
Hello,
is there any way to retrieve the headers from an response in the interceptor configuration?
I cannot find it, but I think I am missing something. Thanks, Andreas
const options = {
interceptors: {
request: async ({ options } : any ) => {
return options
},
response: async ({ response } : any ) => {
return response
}
}
}
Metadata
Metadata
Assignees
Labels
No labels