| Next: Net::StarezServer::HTTPServer | Previous: Net::StarezServer::Games | [Table of Contents] |
Net::StarezServer::HTTPClient - Service a HTTP client socket
This module takes care of HTTP client connections. In effect, this module provides a Starez web interface.
The module has been written by the standards of RFC 2616, 'HTTP/1.1'.
The method schematics are bound to change until BaseClient has reached its final form.
These methods are methods that override methods in BaseClient.
Parse new input received at the socket.
This is an alias for _say in Net::StarezServer::BaseClient.
@text will be joined to one $text, all \r's will be removed and all \n's substituted for \r\n.
Written by Sjors Gielen <dazjorz@starez.org>