SCGI::Request(3pm) | User Contributed Perl Documentation | SCGI::Request(3pm) |
SCGI::Request - the part of the SCGI protocol that reads the environment
# $request got from SCGI $request->read_env; read $request->connection, my $body, $request->env->{CONTENT_LENGTH};
This module implements the part of the SCGI protocol that reads the environment. All that remains after this is the content of the request. The protocol and this module guarantee that there will be a CONTENT_LENGTH for the body of the request in the environment.
Thomas Yandell <mailto:tom+scgi@vipercode.com>
Copyright 2005, 2006 Viper Code Limited. All rights reserved.
This file is part of SCGI (perl SCGI library).
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-13 | perl v5.34.0 |