gpt4 book ai didi

How to parse byte array into HttpRequest (netty)?(如何将字节数组解析为HttpRequest(Netty)?)

转载 作者:bug小助手 更新时间:2023-10-24 23:15:31 26 4
gpt4 key购买 nike



I'm using netty and need to convert a byte[] (representing the complete request, not just the body) into io.netty.handler.codec.http.HttpRequest. I found HttpObjectDecoder, but no way to parse it without a socket.

我使用的是netty,需要将byte[](表示完整的请求,而不仅仅是正文)转换为io.netty.handler.codec.http.HttpRequest.我找到了HttpObjectDecoder,但没有套接字就无法解析它。


更多回答

The byte[] is the entire request or just the payload?

Byte[]是整个请求还是仅仅是有效负载?

Updated my question - the complete request was meant (from status line to body)

更新了我的问题-完整的请求是指(从状态行到正文)

What netty version are you using?

您使用的Netty版本是什么?

I'm using netty 4.1.94

我使用的是Netty 4.1.94

优秀答案推荐
更多回答

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com