Esempio n. 1
0
 public void OnStartLine(HttpMethod method, HttpVersion version, Span <byte> target, Span <byte> path, Span <byte> query, Span <byte> customMethod, bool pathEncoded)
 => Connection.OnStartLine(method, version, target, path, query, customMethod, pathEncoded);
Esempio n. 2
0
 public void OnStartLine(HttpVersionAndMethod versionAndMethod, TargetOffsetPathLength targetPath, Span <byte> startLine)
 => Connection.OnStartLine(versionAndMethod, targetPath, startLine);