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