{"id":54332,"library":"netty-codec-http","title":"Netty Codec HTTP","description":"Provides HTTP codec (encoder/decoder) support for the Netty asynchronous network application framework.","status":"active","version":"4.1.135.Final","language":"java","source_language":null,"source_url":"https://github.com/netty/netty","tags":["netty","http","codec","network","async"],"install":[{"cmd":"<dependency>\n  <groupId>io.netty</groupId>\n  <artifactId>netty-codec-http</artifactId>\n  <version>4.1.135.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.netty:netty-codec-http:4.1.135.Final'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HttpRequestDecoder","correct":"io.netty.handler.codec.http.HttpRequestDecoder"}],"quickstart":{"code":"import io.netty.handler.codec.http.HttpRequestDecoder;\nimport io.netty.channel.ChannelInitializer;\nimport io.netty.channel.socket.SocketChannel;\n\npublic class Quickstart extends ChannelInitializer<SocketChannel> {\n    @Override\n    protected void initChannel(SocketChannel ch) {\n        ch.pipeline().addLast(new HttpRequestDecoder());\n    }\n}","lang":"java","description":"Shows how to add an HTTP request decoder to a Netty channel pipeline."},"warnings":[],"env_vars":null,"search_vec":"'applic':14 'async':20 'asynchron':12 'codec':2,6,18 'encoder/decoder':7 'framework':15 'http':3,5,17 'netti':1,11,16 'network':13,19 'provid':4 'support':8","created_at":"2026-06-15T08:59:48.870894+00:00","updated_at":"2026-06-15T08:59:48.870894+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://netty.io/","github":"https://github.com/netty/netty","docs":"https://appdoc.app/artifact/io.netty/netty-codec-http/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}