roubachof / NukeProxy

MIT License
17 stars 12 forks source link

Expose LoadImage with URLRequest in the proxy #16

Open justinwojo opened 1 year ago

justinwojo commented 1 year ago

Adding proxy methods for the underlying loadImage with URLRequest, so that callers can specify their own url request data, such as passing authentication headers to url requests.

This is a non-breaking change, and could be leveraged by the Nuke Maui repo if wanted to add ability to set the url request directly or allow passing headers.