MPMinus

 view release on metacpan or  search on metacpan

lib/MPMinus/Manual.pod  view on Meta::CPAN

                                     |
                                 +--------+
                                 | Finish |
                                 +--------+

=head1 EXAMPLES

See C<eg> on CPAN web-sites, e.g, L<https://metacpan.org/release/MPMinus>
Or content of a directory in distrib-tarball file

=head1 APACHE CONSTANTS

List of constants specific to Apache features see also
L<http://perl.apache.org/docs/2.0/api/Apache2/Const.html>

=head2 COMMON CONSTANTS

    -2  Apache2::Const::DONE
    -1  Apache2::Const::DECLINED
    0   Apache2::Const::OK
    302 Apache2::Const::REDIRECT
    401 Apache2::Const::AUTH_REQUIRED
    403 Apache2::Const::FORBIDDEN
    404 Apache2::Const::NOT_FOUND
    500 Apache2::Const::SERVER_ERROR

=head2 HTTP 1.1 STATUS CODES ORDERED BY NAMES

    202 Apache2::Const::HTTP_ACCEPTED
    502 Apache2::Const::HTTP_BAD_GATEWAY
    400 Apache2::Const::HTTP_BAD_REQUEST
    409 Apache2::Const::HTTP_CONFLICT
    100 Apache2::Const::HTTP_CONTINUE
    201 Apache2::Const::HTTP_CREATED
    417 Apache2::Const::HTTP_EXPECTATION_FAILED
        Apache2::Const::HTTP_FAILED_DEPENDENCY
    403 Apache2::Const::HTTP_FORBIDDEN
    504 Apache2::Const::HTTP_GATEWAY_TIME_OUT
    410 Apache2::Const::HTTP_GONE
        Apache2::Const::HTTP_INSUFFICIENT_STORAGE
    500 Apache2::Const::HTTP_INTERNAL_SERVER_ERROR
    411 Apache2::Const::HTTP_LENGTH_REQUIRED
        Apache2::Const::HTTP_LOCKED
    405 Apache2::Const::HTTP_METHOD_NOT_ALLOWED
    301 Apache2::Const::HTTP_MOVED_PERMANENTLY
    302 Apache2::Const::HTTP_MOVED_TEMPORARILY
    300 Apache2::Const::HTTP_MULTIPLE_CHOICES
        Apache2::Const::HTTP_MULTI_STATUS
    203 Apache2::Const::HTTP_NON_AUTHORITATIVE
    406 Apache2::Const::HTTP_NOT_ACCEPTABLE
        Apache2::Const::HTTP_NOT_EXTENDED
    404 Apache2::Const::HTTP_NOT_FOUND
    501 Apache2::Const::HTTP_NOT_IMPLEMENTED
    304 Apache2::Const::HTTP_NOT_MODIFIED
    204 Apache2::Const::HTTP_NO_CONTENT
    200 Apache2::Const::HTTP_OK
    206 Apache2::Const::HTTP_PARTIAL_CONTENT
    402 Apache2::Const::HTTP_PAYMENT_REQUIRED
    412 Apache2::Const::HTTP_PRECONDITION_FAILED
        Apache2::Const::HTTP_PROCESSING
    407 Apache2::Const::HTTP_PROXY_AUTHENTICATION_REQUIRED
    416 Apache2::Const::HTTP_RANGE_NOT_SATISFIABLE
    413 Apache2::Const::HTTP_REQUEST_ENTITY_TOO_LARGE
    408 Apache2::Const::HTTP_REQUEST_TIME_OUT
    414 Apache2::Const::HTTP_REQUEST_URI_TOO_LARGE
    205 Apache2::Const::HTTP_RESET_CONTENT
    303 Apache2::Const::HTTP_SEE_OTHER
    503 Apache2::Const::HTTP_SERVICE_UNAVAILABLE
    101 Apache2::Const::HTTP_SWITCHING_PROTOCOLS
    307 Apache2::Const::HTTP_TEMPORARY_REDIRECT
    401 Apache2::Const::HTTP_UNAUTHORIZED
        Apache2::Const::HTTP_UNPROCESSABLE_ENTITY
    415 Apache2::Const::HTTP_UNSUPPORTED_MEDIA_TYPE
        Apache2::Const::HTTP_UPGRADE_REQUIRED
    305 Apache2::Const::HTTP_USE_PROXY
        Apache2::Const::HTTP_VARIANT_ALSO_VARIES

=head2 HTTP 1.1 STATUS CODES

=over 8

=item Informational 1xx:

    100 HTTP_CONTINUE                        Continue
    101 HTTP_SWITCHING_PROTOCOLS             Switching Protocols

=item Successful 2xx:

    200 HTTP_OK                              OK
    201 HTTP_CREATED                         Created
    202 HTTP_ACCEPTED                        Accepted
    203 HTTP_NON_AUTHORITATIVE               Non-Authoritative Information
    204 HTTP_NO_CONTENT                      No Content
    205 HTTP_RESET_CONTENT                   Reset Content
    206 HTTP_PARTIAL_CONTENT                 Partial Content

=item Redirection 3xx:

    300 HTTP_MULTIPLE_CHOICES                Multiple Choices
    301 HTTP_MOVED_PERMANENTLY               Moved Permanently
    302 HTTP_MOVED_TEMPORARILY               Found
    303 HTTP_SEE_OTHER                       See Other
    304 HTTP_NOT_MODIFIED                    Not Modified
    305 HTTP_USE_PROXY                       Use Proxy
    306                                      (Unused)
    307 HTTP_TEMPORARY_REDIRECT              Temporary Redirect

=item Client Error 4xx:

    400 HTTP_BAD_REQUEST                     Bad Request
    401 HTTP_UNAUTHORIZED                    Unauthorized
    402 HTTP_PAYMENT_REQUIRED                Payment Required
    403 HTTP_FORBIDDEN                       Forbidden
    404 HTTP_NOT_FOUND                       Not Found
    405 HTTP_METHOD_NOT_ALLOWED              Method Not Allowed
    406 HTTP_NOT_ACCEPTABLE                  Not Acceptable
    407 HTTP_PROXY_AUTHENTICATION_REQUIRED   Proxy Authentication Required
    408 HTTP_REQUEST_TIMEOUT                 Request Timeout
    409 HTTP_CONFLICT                        Conflict
    410 HTTP_GONE                            Gone
    411 HTTP_LENGTH REQUIRED                 Length Required
    412 HTTP_PRECONDITION_FAILED             Precondition Failed
    413 HTTP_REQUEST_ENTITY_TOO_LARGE        Request Entity Too Large
    414 HTTP_REQUEST_URI_TOO_LARGE           Request-URI Too Long
    415 HTTP_UNSUPPORTED_MEDIA_TYPE          Unsupported Media Type
    416 HTTP_RANGE_NOT_SATISFIABLE           Requested Range Not Satisfiable
    417 HTTP_EXPECTATION_FAILED              Expectation Failed

=item Server Error 5xx:

    500 HTTP_INTERNAL_SERVER_ERROR           Internal Server Error
    501 HTTP_NOT IMPLEMENTED                 Not Implemented
    502 HTTP_BAD_GATEWAY                     Bad Gateway
    503 HTTP_SERVICE_UNAVAILABLE             Service Unavailable
    504 HTTP_GATEWAY_TIME_OUT                Gateway Timeout
    505 HTTP_VERSION_NOT_SUPPORTED           HTTP Version Not Supported

=back

=head1 THANKS

Thanks to Dmitry Klimov for technical translating C<http://fla-master.com>.

=head1 AUTHOR

Serż Minus (Sergey Lepenkov) L<http://www.serzik.com> E<lt>abalama@cpan.orgE<gt>

=head1 COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

=head1 LICENSE

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

See C<LICENSE> file and L<https://dev.perl.org/licenses/>

=cut

__END__



( run in 0.556 second using v1.01-cache-2.11-cpan-71847e10f99 )