Module mochiweb

Start and stop the MochiWeb server.

Copyright © 2007 Mochi Media, Inc.

Authors: Bob Ippolito (bob@mochimedia.com).

Description

Start and stop the MochiWeb server.

Function Index

all_loaded/0
all_loaded/1
new_request/1Return a mochiweb_request data structure.
new_response/1Return a mochiweb_response data structure.
reload/0
start/0Start the MochiWeb server.
stop/0Stop the MochiWeb server.
test/0Run all of the tests for MochiWeb.

Function Details

all_loaded/0

all_loaded() -> any()

all_loaded/1

all_loaded(Base) -> any()

new_request/1

new_request(X1::{Socket, Request, Headers}) -> MochiWebRequest

Return a mochiweb_request data structure.

new_response/1

new_response(X1::{Request, integer(), Headers}) -> MochiWebResponse

Return a mochiweb_response data structure.

reload/0

reload() -> any()

start/0

start() -> ok

Start the MochiWeb server.

stop/0

stop() -> ok

Stop the MochiWeb server.

test/0

test() -> ok

Run all of the tests for MochiWeb.


Generated by EDoc, Aug 8 2008, 22:08:38.