Kaydet (Commit) 00b5c932 authored tarafından Vinay Sajip's avatar Vinay Sajip

Minor update to HTTPHandler documentation to indicate that host:port can be used.

üst db390c1a
......@@ -1253,7 +1253,9 @@ Web server, using either \samp{GET} or \samp{POST} semantics.
\begin{classdesc}{HTTPHandler}{host, url\optional{, method}}
Returns a new instance of the \class{HTTPHandler} class. The
instance is initialized with a host address, url and HTTP method.
If no \var{method} is specified, \samp{GET} is used.
The \var{host} can be of the form \code{host:port}, should you need to
use a specific port number. If no \var{method} is specified, \samp{GET}
is used.
\end{classdesc}
\begin{methoddesc}{emit}{record}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment