The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2011-2012. Licensed under the same terms as Perl itself.