Commits

cueedee committed 54d80d0b332
Avoids catering for a request entity-body on request methods other than 'PUT' and 'POST'; This implies that unless a request method is either 'PUT' or 'POST': - A 'Content-type' header is no longer set; - The request data is no longer JSON.stringify()ed;