2010/12/13 Brad Jorsch b-jorsch@alum.northwestern.edu:
Is there any reason besides coder convenience for a client to ever GET instead of POST for API requests?
Cacheable requests (with the maxage and smaxage parameters) are only supported for GET, not for POST.
Roan Kattouw (Catrope)