package internal const ( HeaderAccept = "Accept" HeaderContentType = "Content-Type" HeaderContentLength = "Content-Length" HeaderAuthorization = "Authorization" ) const ( MediaTypeJOSN = "application/json" MediaTypeGithubJSON = "application/vnd.github+json" MediaTypeOctetStream = "application/octet-stream" )