glide icon indicating copy to clipboard operation
glide copied to clipboard

Get access to response object easily.

Open chitgoks opened this issue 2 years ago • 1 comments

Feature request

Glide Version: 4.13.1

Not much other detail to provide. just that it would be nice to have an easy way to get access to the response object, specifically the response header.

chitgoks avatar Feb 28 '22 13:02 chitgoks

+1 to this use case, we pass some CDN cache hit/miss information as response headers to the client for each image loading, it would be great if we can expose the response headers via the RequestListener interface. Lower level network libraries such as okhttp or cronet does have response headers exposed.

halizton avatar Dec 12 '23 01:12 halizton