Home / Function/ testWhitespaceInTransferEncoding02() — netty Function Reference

testWhitespaceInTransferEncoding02() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java lines 533–544

    @Test
    public void testWhitespaceInTransferEncoding02() {
        String requestStr = "POST / HTTP/1.1" +
                "Transfer-Encoding : chunked\r\n" +
                "Host: target.com" +
                "Content-Length: 65\r\n\r\n" +
                "0\r\n\r\n" +
                "GET /maliciousRequest HTTP/1.1\r\n" +
                "Host: evilServer.com\r\n" +
                "Foo: x";
        testInvalidHeaders0(requestStr);
    }

Domain

Subdomains

Frequently Asked Questions

What does testWhitespaceInTransferEncoding02() do?
testWhitespaceInTransferEncoding02() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java.
Where is testWhitespaceInTransferEncoding02() defined?
testWhitespaceInTransferEncoding02() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java at line 533.
What does testWhitespaceInTransferEncoding02() call?
testWhitespaceInTransferEncoding02() 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