Skip to content

response interceptor should have request infomation #315

@hcapp01

Description

@hcapp01

response interceptor should return request information also, so it can do some common action like resend request or logging the request url.

proxy.interceptors.response.use((response) => {
return response;
}, (error) => {
// resend error.request
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions