14 writes to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\Http1Connection.cs (8)
351
RawTarget
= ForwardSlash;
372
RawTarget
= previousValue;
392
RawTarget
= _parsedRawTarget = target.GetAsciiString();
488
RawTarget
= _parsedRawTarget = target.GetAsciiString();
493
RawTarget
= _parsedRawTarget;
515
RawTarget
= Asterisk;
548
RawTarget
= _parsedRawTarget = target.GetAsciiString();
588
RawTarget
= _parsedRawTarget;
Internal\Http\HttpProtocol.cs (1)
366
RawTarget
= null;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
73
set =>
RawTarget
= value;
Internal\Http2\Http2Stream.cs (2)
283
RawTarget
= hostText;
315
RawTarget
= path;
Internal\Http3\Http3Stream.cs (2)
1010
RawTarget
= hostText;
1036
RawTarget
= path;
11 references to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Http\Http1Connection.cs (4)
333
Debug.Assert(
RawTarget
!= null, "RawTarget was not set");
422
Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded,
RawTarget
, queryLength);
563
if (!Uri.TryCreate(
RawTarget
, UriKind.Absolute, out var uri))
634
if (hostText !=
RawTarget
)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
72
get =>
RawTarget
!;
Internal\Http2\Http2Stream.cs (3)
417
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
450
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
456
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
Internal\Http3\Http3Stream.cs (3)
1138
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);
1171
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
1177
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);