wheezy.http
stable
  • Getting Started
  • Examples
  • User Guide
  • Functional Testing
  • Modules
wheezy.http
  • Docs »
  • wheezy.http
  • Edit on GitHub

wheezy.http¶

Introduction¶

wheezy.http is a python package written in pure Python code. It is a lightweight http library for things like request, response, headers, cookies and many others. It a wrapper around the WSGI request environment.

It is optimized for performance, well tested and documented.

Resources:

  • source code, examples and issues tracker are available on github
  • documentation

Contents¶

  • Getting Started
    • Install
  • Examples
    • Hello World
    • Guest Book
  • User Guide
    • Configuration Options
    • WSGI Application
    • Middleware
    • HTTP Handler
    • HTTP Request
    • HTTP Response
    • Cookies
    • Transforms
    • Cache Policy
    • Cache Profile
    • Content Cache
    • WSGI Adapters
  • Functional Testing
    • Page
    • Functional Mixin
    • Test Case
    • Benchmark
  • Modules
    • wheezy.http
    • wheezy.http.application
    • wheezy.http.authorization
    • wheezy.http.cache
    • wheezy.http.cachepolicy
    • wheezy.http.cacheprofile
    • wheezy.http.config
    • wheezy.http.cookie
    • wheezy.http.functional
    • wheezy.http.method
    • wheezy.http.middleware
    • wheezy.http.parse
    • wheezy.http.request
    • wheezy.http.response
    • wheezy.http.transforms
Next

Revision ab603274.