The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Protocol::SPDY::Frame::Control::SETTINGS - connection settings information

VERSION

version 0.999_002

SYNOPSIS

DESCRIPTION

type_name

The string type for this frame ('SETTINGS').

setting

Look up the given setting and return the current value.

from_data

Instantiate from data.

as_packet

Returns the byte data corresponding to this frame.

to_string

String representation, for debugging.

COMPONENTS

Further documentation can be found in the following modules:

INHERITED METHODS

Protocol::SPDY::Frame::Control

compress, find_class_for_type, is_control, is_data, pairs_to_nv_header, type, uni, version

Protocol::SPDY::Frame

bool overloading, extract_frame, extract_headers, fin, length, new, parse, type_string

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

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