D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

StaticImageController Resource

The Class StaticImageController.

GET /img/{any}

To file out.

Response Body
media type data type description
image/gif object the streaming output
image/jpg object
image/png object

Example

Request
GET /img/{any}
Content-Type: */*
Accept: image/gif

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: image/gif

                
...