Howto specify format of Restlet-response in browser?
- by martin
Hello everybody,
i've started to introduce myself into REST. I use as REST-framework Restlet.
I have defined a resource with methods for the GET with several response formats like
@Get("xml")
@Get("json")
I now want to test my defined response-formats with my browser, but I don't know which parameter I have to specify in my URL to get the…