Home / Function/ testHeaderWithNoValueAndMissingColon() — netty Function Reference

testHeaderWithNoValueAndMissingColon() — netty Function Reference

Architecture documentation for the testHeaderWithNoValueAndMissingColon() function in HttpRequestDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  eef83d5e_7559_89a9_b441_b50faf391712["testHeaderWithNoValueAndMissingColon()"]
  514322d5_436a_d1ac_6240_1f9cf42934a4["HttpRequestDecoderTest"]
  eef83d5e_7559_89a9_b441_b50faf391712 -->|defined in| 514322d5_436a_d1ac_6240_1f9cf42934a4
  09b68b29_7f9b_974c_84e2_6dbc49644974["testInvalidHeaders0()"]
  eef83d5e_7559_89a9_b441_b50faf391712 -->|calls| 09b68b29_7f9b_974c_84e2_6dbc49644974
  style eef83d5e_7559_89a9_b441_b50faf391712 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java lines 546–553

    @Test
    public void testHeaderWithNoValueAndMissingColon() {
        String requestStr = "GET /some/path HTTP/1.1\r\n" +
                "Content-Length: 0\r\n" +
                "Host:\r\n" +
                "netty.io\r\n\r\n";
        testInvalidHeaders0(requestStr);
    }

Domain

Subdomains

Frequently Asked Questions

What does testHeaderWithNoValueAndMissingColon() do?
testHeaderWithNoValueAndMissingColon() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java.
Where is testHeaderWithNoValueAndMissingColon() defined?
testHeaderWithNoValueAndMissingColon() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java at line 546.
What does testHeaderWithNoValueAndMissingColon() call?
testHeaderWithNoValueAndMissingColon() calls 1 function(s): testInvalidHeaders0.

Analyze Your Own Codebase

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

Try Supermodel Free