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(() ),
)
|
|
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
|
|
|