vibe.http

Modules

auth
module vibe.http.auth
client
module vibe.http.client

A simple HTTP/1.1 client implementation.

common
module vibe.http.common

Common classes for HTTP clients and servers.

fileserver
module vibe.http.fileserver

A static HTTP file server.

form
module vibe.http.form
Undocumented in source.
headers
module vibe.http.headers
Undocumented in source.
log
module vibe.http.log

A HTTP 1.1/1.0 server implementation.

proxy
module vibe.http.proxy

HTTP (reverse) proxy implementation

router
module vibe.http.router

Pattern based URL router for HTTP request.

server
module vibe.http.server
Undocumented in source.
session
module vibe.http.session

Cookie based session support.

status
module vibe.http.status

List of all standard HTTP status codes.

websockets
module vibe.http.websockets

Implements WebSocket support and fallbacks for older browsers.