14 writes to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\Http1Connection.cs (8)
496
RawTarget
= ForwardSlash;
517
RawTarget
= previousValue;
537
RawTarget
= _parsedRawTarget = target.GetAsciiString();
633
RawTarget
= _parsedRawTarget = target.GetAsciiString();
638
RawTarget
= _parsedRawTarget;
660
RawTarget
= Asterisk;
693
RawTarget
= _parsedRawTarget = target.GetAsciiString();
761
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)
1115
RawTarget
= hostText;
1141
RawTarget
= path;
15 references to RawTarget
Microsoft.AspNetCore.Server.Kestrel.Core (15)
Internal\Http\Http1Connection.cs (4)
478
Debug.Assert(
RawTarget
!= null, "RawTarget was not set");
567
Path = _parsedPath = PathDecoder.DecodePath(path, targetPath.IsEncoded,
RawTarget
, queryLength);
708
if (!Uri.TryCreate(
RawTarget
, UriKind.Absolute, out var uri))
807
if (hostText !=
RawTarget
)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
72
get =>
RawTarget
!;
Internal\Http2\Http2Stream.cs (5)
345
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
423
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
453
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
459
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
465
ResetAndAbort(new ConnectionAbortedException(CoreStrings.FormatHttp2StreamErrorPathInvalid(
RawTarget
)), Http2ErrorCode.PROTOCOL_ERROR);
Internal\Http3\Http3Stream.cs (5)
1172
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);
1250
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);
1280
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);
1286
Path = PathDecoder.DecodePath(pathBuffer, pathEncoded,
RawTarget
!, QueryString!.Length);
1292
Abort(new ConnectionAbortedException(CoreStrings.FormatHttp3StreamErrorPathInvalid(
RawTarget
)), Http3ErrorCode.ProtocolError);