class Github::Request::Jsonize
def request_with_body?(env)
def request_with_body?(env) type = request_type(env) has_body?(env) and safe_to_modify?(env) end
def request_with_body?(env) type = request_type(env) has_body?(env) and safe_to_modify?(env) end