Agent-TCLI-Package-Net
view release on metacpan or search on metacpan
lib/Agent/TCLI/Package/Net/HTTPD.pm view on Meta::CPAN
235236237238239240241242243244245246247248249250251252253254255
name: httpd
call_style: session
command: tcli_httpd
contexts:
ROOT: httpd
handler: establish_context
help: simple http web server
manual: >
httpd provides a simple web server that can respond to and
log
requests.
By
default
it responds
with
a Status code 404 to all requests. One may add
a
select
few other status code responses using regular expression pattern
matching
if
desired. One cannot change content, only status codes.
Httpd is useful
for
network testing situations where the response codes
are being monitored by the network.
topic: net
usage: httpd spawn port=8080
---
Agent::TCLI::Command:
name: spawn
call_style: session
command: tcli_httpd
( run in 0.968 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )