http.client.HTTPConnection.endheaders()

HTTPConnection.endheaders(message_body=None)

Send a blank line to the server, signalling the end of the headers. The optional message_body argument can be used to pass a message body associated with the request. The message body will be sent in the same packet as the message headers if it is string, otherwise it is sent in a separate packet.

doc_python
2016-10-07 17:33:50
Comments
Leave a Comment

Please login to continue.