EasyHttp by Hadi Hariri and Contributors

<PackageReference Include="EasyHttp" Version="1.6.52" />

 HttpContentTypes

public static class HttpContentTypes
public const string ApplicationJson = "application/json"

public const string ApplicationOctetStream = "application/octet-stream"

public const string ApplicationXml = "application/xml"

public const string ApplicationXWwwFormUrlEncoded = "application/x-www-form-urlencoded"

public const string MultiPartFormData = "multipart/form-data"

public const string TextCsv = "text/csv"

public const string TextHtml = "text/html"

public const string TextPlain = "text/plain"