About Anaconda Help Download Anaconda

WSGI request and response object

Installers

  • noarch v1.8.7
  • linux-32 v1.8.4
  • linux-64 v1.8.5
  • linux-ppc64le v1.8.5
  • osx-64 v1.8.5
  • win-32 v1.8.5
  • win-64 v1.8.5

conda install

To install this package run one of the following:
conda install main::webob

Description

WebOb provides objects for HTTP requests and responses. Specifically it does this by wrapping the WSGI request environment and response status/headers/app_iter(body). The request and response objects provide many conveniences for parsing HTTP request and forming HTTP responses. Both objects are read/write: as a result, WebOb is also a nice way to create HTTP requests and parse HTTP responses.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy