testAuthorityNotRequiredForOptionsWildcard() — netty Function Reference
Architecture documentation for the testAuthorityNotRequiredForOptionsWildcard() function in Http3HeadersSinkTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 89f88e99_ddee_854b_04ab_7c4f8e2b3c92["testAuthorityNotRequiredForOptionsWildcard()"] 44533ac4_926b_9689_4e92_561270ec7a60["Http3HeadersSinkTest"] 89f88e99_ddee_854b_04ab_7c4f8e2b3c92 -->|defined in| 44533ac4_926b_9689_4e92_561270ec7a60 style 89f88e99_ddee_854b_04ab_7c4f8e2b3c92 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3HeadersSinkTest.java lines 138–145
@Test
public void testAuthorityNotRequiredForOptionsWildcard() throws Http3Exception {
Http3HeadersSink sink = new Http3HeadersSink(new DefaultHttp3Headers(), 512, true, false);
sink.accept(Http3Headers.PseudoHeaderName.METHOD.value(), "OPTIONS");
sink.accept(Http3Headers.PseudoHeaderName.PATH.value(), "*");
sink.accept(Http3Headers.PseudoHeaderName.SCHEME.value(), "https");
sink.finish();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testAuthorityNotRequiredForOptionsWildcard() do?
testAuthorityNotRequiredForOptionsWildcard() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3HeadersSinkTest.java.
Where is testAuthorityNotRequiredForOptionsWildcard() defined?
testAuthorityNotRequiredForOptionsWildcard() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3HeadersSinkTest.java at line 138.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free