httplib.HTTPConnection.endheaders

HTTPConnection.endheaders(message_body=None)[source]

Indicate that the last header line has been sent to the server.

This method sends the request to the server. 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 as a separate packet.