14 writes to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\Http1Connection.cs (8)
478
RawTarget
= ForwardSlash;
499
RawTarget
= previousValue;
519
RawTarget
= _parsedRawTarget = target.GetAsciiString();
615
RawTarget
= _parsedRawTarget = target.GetAsciiString();
620
RawTarget
= _parsedRawTarget;
642
RawTarget
= Asterisk;
675
RawTarget
= _parsedRawTarget = target.GetAsciiString();
743
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;
13 references to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\Http1Connection.cs (4)
460
Debug.Assert(
RawTarget
!= null, "RawTarget was not set");
549
Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded,
RawTarget
, queryLength);
690
if (!Uri.TryCreate(
RawTarget
, UriKind.Absolute, out var uri))
789
if (hostText !=
RawTarget
)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
72
get =>
RawTarget
!;
Internal\Http2\Http2Stream.cs (4)
416
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
446
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
452
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
458
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
Internal\Http3\Http3Stream.cs (4)
1194
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);
1224
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);
1230
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
1236
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);