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

Add Advanced Delegate and Custom HTTP methods #337

Merged
merged 2 commits into from
Jun 24, 2017
Merged

Add Advanced Delegate and Custom HTTP methods #337

merged 2 commits into from
Jun 24, 2017

Conversation

hishnash
Copy link
Contributor

Added the WebSocketAdvancedDelegate protocol that optionaly replaces the WebSocketDelegate adding support for:

  • More detail when getting data (exposes the WSFrame object to the delegate)
  • More detail about the HTTP request and response so that the user can extract needed information.

Also added support for custom HTTP methods for the http request.

@acmacalister
Copy link
Collaborator

I dig this. I like the idea of merging this with #298 like you suggested. Going to run it against the AutoBahn Test Suite tomorrow to make sure everything is kosher, then I will merge.

hishnash added 2 commits June 18, 2017 12:08
Added the `WebSocketAdvancedDelegate` protocol that optionaly replaces the `WebSocketDelegate` adding support for:

* More detail when getting data (exposes the WSFrame object to the delegate)
* More detail about the HTTP request and response so that the user can extract needed information.

Also added support for custom HTTP methods for the http request.
@daltoniam daltoniam merged commit 7e517c2 into daltoniam:master Jun 24, 2017
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

Successfully merging this pull request may close these issues.

3 participants