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.

dist
module vibe.http.dist

Interface for the VibeDist load balancer

fileserver
module vibe.http.fileserver

A static HTTP file server.

form
module vibe.http.form

Convenience functions for working with web forms.

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

A HTTP 1.1/1.0 server implementation.

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.