simpleRequestDoNotAllowCredentials() — netty Function Reference
Architecture documentation for the simpleRequestDoNotAllowCredentials() function in CorsHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD c56aee7e_5913_c90d_8c1a_c2cfe24755cd["simpleRequestDoNotAllowCredentials()"] e946b2e4_b243_053e_5c0a_3d1a9a50042d["CorsHandlerTest"] c56aee7e_5913_c90d_8c1a_c2cfe24755cd -->|defined in| e946b2e4_b243_053e_5c0a_3d1a9a50042d style c56aee7e_5913_c90d_8c1a_c2cfe24755cd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/cors/CorsHandlerTest.java lines 274–280
@Test
public void simpleRequestDoNotAllowCredentials() {
final CorsConfig config = forAnyOrigin().build();
final HttpResponse response = simpleRequest(config, "http://localhost:7777");
assertFalse(response.headers().contains(ACCESS_CONTROL_ALLOW_CREDENTIALS));
assertTrue(ReferenceCountUtil.release(response));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does simpleRequestDoNotAllowCredentials() do?
simpleRequestDoNotAllowCredentials() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/cors/CorsHandlerTest.java.
Where is simpleRequestDoNotAllowCredentials() defined?
simpleRequestDoNotAllowCredentials() is defined in codec-http/src/test/java/io/netty/handler/codec/http/cors/CorsHandlerTest.java at line 274.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free