NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.8.2" />

.NET API 4,648,448 bytes

 HttpInputRequest

public string Body { get; set; }

public Time ConnectionTimeout { get; set; }

public IDictionary<string, string> Headers { get; set; }

public string Host { get; set; }

public HttpInputMethod? Method { get; set; }

public IDictionary<string, string> Params { get; set; }

public string Path { get; set; }

public int? Port { get; set; }

public IHttpInputProxy Proxy { get; set; }

public Time ReadTimeout { get; set; }

public ConnectionScheme? Scheme { get; set; }

public string Url { get; set; }