Home / Function/ preflightResponseHeadersSingleValue() — netty Function Reference

preflightResponseHeadersSingleValue() — netty Function Reference

Architecture documentation for the preflightResponseHeadersSingleValue() function in CorsConfigTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  0ea03440_ab59_62a8_1f25_9df2e0c716c9["preflightResponseHeadersSingleValue()"]
  4c12e86c_466b_5dbf_1ee2_0e8263642d7d["CorsConfigTest"]
  0ea03440_ab59_62a8_1f25_9df2e0c716c9 -->|defined in| 4c12e86c_466b_5dbf_1ee2_0e8263642d7d
  style 0ea03440_ab59_62a8_1f25_9df2e0c716c9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/cors/CorsConfigTest.java lines 104–108

    @Test
    public void preflightResponseHeadersSingleValue() {
        final CorsConfig cors = forAnyOrigin().preflightResponseHeader("SingleValue", "value").build();
        assertEquals("value", cors.preflightResponseHeaders().get(of("SingleValue")));
    }

Domain

Subdomains

Frequently Asked Questions

What does preflightResponseHeadersSingleValue() do?
preflightResponseHeadersSingleValue() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/cors/CorsConfigTest.java.
Where is preflightResponseHeadersSingleValue() defined?
preflightResponseHeadersSingleValue() is defined in codec-http/src/test/java/io/netty/handler/codec/http/cors/CorsConfigTest.java at line 104.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free