10 references to HttpMethod
InMemory.FunctionalTests (5)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (5)
131
Trace($"{context.Request.
HttpMethod
} {context.Request.RawUrl} (HTTP {context.Request.ProtocolVersion})");
144
Trace($"Sent 500 due to exception on {context.Request.
HttpMethod
} {context.Request.RawUrl}");
157
Trace($"404 for {context.Request.
HttpMethod
} {context.Request.RawUrl}");
302
if (request.
HttpMethod
== "GET")
308
else if (request.
HttpMethod
== "POST" && request.ContentType == "application/ocsp-request")
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (5)
131
Trace($"{context.Request.
HttpMethod
} {context.Request.RawUrl} (HTTP {context.Request.ProtocolVersion})");
144
Trace($"Sent 500 due to exception on {context.Request.
HttpMethod
} {context.Request.RawUrl}");
157
Trace($"404 for {context.Request.
HttpMethod
} {context.Request.RawUrl}");
302
if (request.
HttpMethod
== "GET")
308
else if (request.
HttpMethod
== "POST" && request.ContentType == "application/ocsp-request")