This repository was archived by the owner on Apr 30, 2021. It is now read-only.
implemented set cookies for requests#13
Merged
vti merged 1 commit intovti:masterfrom Feb 6, 2013
jfsso:cookies
Merged
Conversation
vti
pushed a commit
that referenced
this pull request
Feb 6, 2013
implemented set cookies for requests
Owner
|
Thank you! |
vti
pushed a commit
that referenced
this pull request
Feb 20, 2015
michal-josef-spacek
added a commit
to michal-josef-spacek/protocol-websocket
that referenced
this pull request
May 6, 2015
fix wrong UTF-8 related documentation (#vtiGH-13)
vti
pushed a commit
that referenced
this pull request
Sep 28, 2015
Changelog diff is: diff --git a/Changes b/Changes index 30018d5..f0a0dfe 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for perl module Protocol::WebSocket {{$NEXT}} +0.19 2015-09-28T16:55:01Z + + - custom headers in request + - fix wrong UTF-8 related documentation (#GH-13) + 0.18 2014-09-01T14:45:16Z - Digest::SHA1 -> Digest::SHA (Michal Špaček)
vti
pushed a commit
that referenced
this pull request
Mar 11, 2019
Changelog diff is: diff --git a/Changes b/Changes index 30018d5..f0a0dfe 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for perl module Protocol::WebSocket {{$NEXT}} +0.19 2015-09-28T16:55:01Z + + - custom headers in request + - fix wrong UTF-8 related documentation (#GH-13) + 0.18 2014-09-01T14:45:16Z - Digest::SHA1 -> Digest::SHA (Michal Špaček)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I needed a way to send cookies to my server using Protocol::WebSocket::Request, but, for my disappointment, it wasn't implemented. This patch implements a way to generate a request with a Cookie header.