[ https://issues.apache.org/jira/browse/AVRO-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803797#action_12803797 ]
Doug Cutting commented on AVRO-322: ----------------------------------- The API in http://docs.python.org/library/basehttpserver.html looks pretty simple to me. You extend BaseHTTPRequestHandler and implement do_POST() and/or do_GET(). The request can be read from rfile. It looks like you need to call send_response(200) and end_headers() before writing the response to wfile. What am I missing? > Add a working client and server to Python implementation using HTTP as a > transport > ---------------------------------------------------------------------------------- > > Key: AVRO-322 > URL: https://issues.apache.org/jira/browse/AVRO-322 > Project: Avro > Issue Type: New Feature > Components: python > Reporter: Jeff Hammerbacher > Assignee: Jeff Hammerbacher > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.