-
Notifications
You must be signed in to change notification settings - Fork 2
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
Incepting Http-Request #109
Comments
have seen axios used this feature, by intercepting http request from the client |
I will add a header object to the PokeResult Object, which is intercepted from the response. |
okay. what do you want me to work on? |
I am still thinking about what and how to do with the webSocket and how it's necessary to Poke. |
Well websocket is faster than http connection in sending and receiving request. Other fetch request lib uses http, it's looks different using websocket ahead of http. Also they're other protocol available including webtransport. |
The package 📦 should be able to intercept http request from users. Before forwarding it to 'POST', 'GET', 'PUT' methods
The text was updated successfully, but these errors were encountered: