14 writes to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\Http1Connection.cs (8)
453
RawTarget
= ForwardSlash;
474
RawTarget
= previousValue;
494
RawTarget
= _parsedRawTarget = target.GetAsciiString();
590
RawTarget
= _parsedRawTarget = target.GetAsciiString();
595
RawTarget
= _parsedRawTarget;
617
RawTarget
= Asterisk;
650
RawTarget
= _parsedRawTarget = target.GetAsciiString();
718
RawTarget
= _parsedRawTarget;
Internal\Http\HttpProtocol.cs (1)
383
RawTarget
= null;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
73
set =>
RawTarget
= value;
Internal\Http2\Http2Stream.cs (2)
282
RawTarget
= hostText;
314
RawTarget
= path;
Internal\Http3\Http3Stream.cs (2)
1066
RawTarget
= hostText;
1092
RawTarget
= path;
11 references to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Http\Http1Connection.cs (4)
435
Debug.Assert(
RawTarget
!= null, "RawTarget was not set");
524
Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded,
RawTarget
, queryLength);
665
if (!Uri.TryCreate(
RawTarget
, UriKind.Absolute, out var uri))
764
if (hostText !=
RawTarget
)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
72
get =>
RawTarget
!;
Internal\Http2\Http2Stream.cs (3)
416
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
449
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
455
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
Internal\Http3\Http3Stream.cs (3)
1194
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);
1227
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
1233
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);