9 references to new
System.Net.Http (9)
System\Net\Http\HttpMethod.cs (9)
14public static HttpMethod Get { get; } = new("GET", H3StaticTable.MethodGet); 15public static HttpMethod Put { get; } = new("PUT", H3StaticTable.MethodPut); 16public static HttpMethod Post { get; } = new("POST", H3StaticTable.MethodPost); 17public static HttpMethod Delete { get; } = new("DELETE", H3StaticTable.MethodDelete); 18public static HttpMethod Head { get; } = new("HEAD", H3StaticTable.MethodHead); 19public static HttpMethod Options { get; } = new("OPTIONS", H3StaticTable.MethodOptions); 20public static HttpMethod Trace { get; } = new("TRACE", http3StaticTableIndex: -1); 21public static HttpMethod Patch { get; } = new("PATCH", http3StaticTableIndex: -1); 25public static HttpMethod Connect { get; } = new("CONNECT", H3StaticTable.MethodConnect);