It’s now more than a year that I’m getting familiar with Clojure and the more I dive into it, the more it becomes the language Read more
Tag: REST
New HTTP Logger Grails plugin
I’ve wrote a new Grails plugin – httplogger. It logs:
- request information (url, headers, cookies, method, body),
- grails dispatch information (controller, action, parameters),
- response
New HTTP Logger Grails plugin
I’ve wrote a new Grails plugin – httplogger. It logs:
- request information (url, headers, cookies, method, body),
- grails dispatch information (controller, action, parameters),
- response
How to keep session in HttpBuilder with cookies
In my real-world scenario I have a REST service for AJAX purposes. It renders data series for graphs. I want to test it with groovy’s Read more
Grails render as JSON catch
One of a reasons your controller doesn’t render a proper response in JSON format might be wrong package name that you use. It is easy Read more