NAME
Protocol::SPDY::Frame::Control::SynReply - stream creation request packet for SPDY protocol
VERSION
version 0.001
SYNOPSIS
DESCRIPTION
new
Instantiate a new SYN_REPLY frame.
flags - bitmask with single value for FLAG_FIN
fin - if present will set/clear FLAG_FIN
stream_id - 31-bit stream identifier
nv - name/value pairs as an arrayref
as_packet
Returns the packet as a byte string.
COMPONENTS
Further documentation can be found in the following modules:
Protocol::SPDY - top-level protocol object
Protocol::SPDY::Frame - generic frame class
Protocol::SPDY::Frame::Control - specific subclass for control frames
Protocol::SPDY::Frame::Data - specific subclass for data frames
AUTHOR
Tom Molesworth <cpan@entitymodel.com>
LICENSE
Copyright Tom Molesworth 2011-2012. Licensed under the same terms as Perl itself.