Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

implemented set cookies for requests #13

Merged
merged 1 commit into from
Feb 6, 2013
Merged

implemented set cookies for requests #13

merged 1 commit into from
Feb 6, 2013

Conversation

jfsso
Copy link
Contributor

@jfsso jfsso commented Feb 6, 2013

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.

vti pushed a commit that referenced this pull request Feb 6, 2013
implemented set cookies for requests
@vti vti merged commit 4cbbe40 into vti:master Feb 6, 2013
@vti
Copy link
Owner

vti commented Feb 6, 2013

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants