Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to modify ImageRequest before it's executed? #774

Open
suntrix opened this issue Apr 14, 2024 · 1 comment
Open

Any way to modify ImageRequest before it's executed? #774

suntrix opened this issue Apr 14, 2024 · 1 comment
Labels

Comments

@suntrix
Copy link

suntrix commented Apr 14, 2024

I am trying to have one place that I could use to modify ImageRequest if needed (change the url, add url query params, etc.).

Any suggestions how to achieve this with Nuke?

@kean kean added the feature label Apr 15, 2024
@kean
Copy link
Owner

kean commented Apr 15, 2024

It't be great to add something similar to Get/willSendRequest to Nuke's ImagePipelineDelegate. In the current system, I don't think there are any APIs like that available. I would recommend creating your own factory method to achieve that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants