getting arguments for GET/POST call right was somewhat difficult. E.g. GET requenst don't take postdata, POST request schouldn't be without. This replaces the generic regquest method with explicit get/post methods
getting arguments for GET/POST call right was somewhat difficult. E.g. GET requenst don't take postdata, POST request schouldn't be without. This replaces the generic regquest method with explicit get/post methods