class Github::Request::Jsonize
def request_with_body?(env)
def request_with_body?(env) type = request_type(env) has_body?(env) and (type.empty? or type == MIME_TYPE) end
def request_with_body?(env) type = request_type(env) has_body?(env) and (type.empty? or type == MIME_TYPE) end