[Tutor] Writing serialized objects from BaseHTTPServer

Kent Johnson kent37 at tds.net
Tue Oct 24 19:25:45 CEST 2006


Arun Kumar PG wrote:
> We need a content-type to 
> specify before writing back to the client -- whats the content-type for 
> serialised objects which I want to write back to the client using cPickle ?

Maybe application/octet-stream or application/x-pickle?

Kent



More information about the Tutor mailing list