Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is it possible to reuse the http parser in the library? #1839

Open
DSimsek000 opened this issue Dec 1, 2022 · 1 comment
Open

Comments

@DSimsek000
Copy link

Hi all,
as my question suggests, I am currently looking for a way to get the corresponding http request (or response) when giving a byte array as input. Is this possible anyhow?

Thanks!

@Squiry
Copy link

Squiry commented Dec 8, 2022

I think AsyncHttpClient uses nettie's http codec. Take a look at io.netty.handler.codec.http.HttpClientCodec, but it's api is not as simple as parse byte array ofc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants