3 references to HttpContextDebugFormatter
Microsoft.AspNetCore.Http.Abstractions (3)
HttpContext.cs (1)
82return HttpContextDebugFormatter.ContextToString(this, reasonPhrase: null);
HttpRequest.cs (1)
157return HttpContextDebugFormatter.RequestToString(this);
HttpResponse.cs (1)
160return HttpContextDebugFormatter.ResponseToString(this, reasonPhrase: null);