Table of Contents

Module: client Zope-2.2.1-src/lib/python/webdav/client.py

HTTP 1.1 / WebDAV client library.

Imported modules   
from base64 import encodestring
from cStringIO import StringIO
from common import rfc1123_date
import httplib
import mimetools
from mimetypes import guess_type
import os
import regex
import socket
import string
import sys
import time
from types import FileType
from urllib import quote
from whrandom import random
Functions   
marshal_float
marshal_int
marshal_list
marshal_long
marshal_string
marshal_tuple
marshal_var
  marshal_float 
marshal_float ( name,  val )

  marshal_int 
marshal_int ( name,  val )

  marshal_list 
marshal_list (
        name,
        seq,
        tname='list',
        lt=type([] ),
        tt=type(() ),
        )

Exceptions   
TypeError
  marshal_long 
marshal_long ( name,  val )

  marshal_string 
marshal_string ( name,  val )

  marshal_tuple 
marshal_tuple ( name,  seq )

  marshal_var 
marshal_var ( name,  val )

Classes   
HTTP
MultiPart
Resource

An object representing a web resource.

http_response

Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6