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

Exposing frame-level data to the user #30

Open
Xetera opened this issue Aug 8, 2021 · 2 comments
Open

Exposing frame-level data to the user #30

Xetera opened this issue Aug 8, 2021 · 2 comments

Comments

@Xetera
Copy link

Xetera commented Aug 8, 2021

From what I can see it looks like it's not possible to interact with the frames inside a request in the server side of the library. Is there a way to expose this to allow reading the frames of a request such as SETTINGS (seeing as it's already well-documented).

Apologies if this is already accessible through a request in Network.HTTP2.Server I just couldn't find a way.

EDIT: hmm I think this library doesn't retain frame information after parsing them so I imagine implementing this is going to be more complex than just adding accessors for internal data

@kazu-yamamoto
Copy link
Owner

Sorry but I don't understand what "frame information" mean.

@Xetera
Copy link
Author

Xetera commented Aug 8, 2021

I was originally looking to be able to access things like SettingsList from inside a request but I realized this is probably out of scope for this project.

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