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

NAME

GX::HTTP::Constants - HTTP-related constants

SYNOPSIS

    # Load the module
    use GX::HTTP::Constants qw(
        CRLF
        CRLFCRLF
        CRLFSP
        REGEX_CRLF
    );

DESCRIPTION

This module provides various constants.

CONSTANTS

    CRLF       => "\015\012"
    CRLFCRLF   => "\015\012\015\012"
    CRLFSP     => "\015\012\040"
    REGEX_CRLF => qr/\015\012/

AUTHOR

Jörg A. Uzarek <uzarek@runlevelnull.de>

COPYRIGHT AND LICENSE

Copyright (c) 2009-2011 Jörg A. Uzarek.

This module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation.