Appearance
Async Requests
Asynchronous requests let you pre-warm Imagizer's local cache.
Use the custom HTTP method GET_ASYNC to perform an asynchronous request. Imagizer returns HTTP status 202 immediately, then processes and caches the image in the background for subsequent requests.
Example: Asynchronously scale an image to a width of 400px then cache the image.
bash
curl -X GET_ASYNC "http://{host}/image.jpg?width=400"