-
Notifications
You must be signed in to change notification settings - Fork 81
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
Auto find websocket address and handle bytes #176
Conversation
j-mendez
commented
Sep 20, 2023
•
edited
Loading
edited
- add valid bytes handling of resources ( allows storing correctly non ut8 to disk ).
- add websocket address connecting
- add unix chrome paths
- allow stealth pass in dynamic UA for non static content
Feel free to make adjustments to the PR to fit the needs of the crate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the dealy...
generally supportive, but would like to introduce these changes as separate additional functions
@mattsse good feedback, going to get to the rest of the changes by tomorrow or the weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty, sorry for the delay.
I changed my mind on this and combined the connect functions, checking for HTTP is reasonable, and less confusing than having to separate functions
superseded by #188 because can't push manual changes to main |