bool hasRequestBody(String method) => !(method == "GET" || method == "DELETE" || method == "HEAD" || method == "OPTIONS");