Currently when making an Http request, when the response object is returned the url property as null. It would be convenient for the url to be set to the request url so that the response can be filtered. The use case is checking the response data format if it comes from a certain URL, or intercepting responses to reformat them.
Currently when making an Http request, when the response object is returned the url property as null. It would be convenient for the url to be set to the request url so that the response can be filtered. The use case is checking the response data format if it comes from a certain URL, or intercepting responses to reformat them.