Searched refs:send_typical_request (Results 1 – 2 of 2) sorted by relevance
842 def send_typical_request(self, message): member in BaseHTTPRequestHandlerTestCase863 result = self.send_typical_request(b'GET / HTTP/1.1\r\n\r\n')875 result = self.send_typical_request(b'GET / HTTP/1.0\r\n\r\n')887 result = self.send_typical_request(b'GET / HTTP/0.9\r\n\r\n')893 result = self.send_typical_request(903 result = self.send_typical_request(b'GET / HTTP/1.0\r\nExpect: 100-continue\r\n\r\n')916 result = self.send_typical_request(b'GET / HTTP/1.1\r\nExpect: 100-continue\r\n\r\n')999 result = self.send_typical_request(b'GET / HTTP/1.1\r\nExpect: 100-continue\r\n\r\n')1011 result = self.send_typical_request(b'GET ' + b'x' * 65537)1018 result = self.send_typical_request([all …]
101 def send_typical_request(self, message): member in BaseHTTPRequestHandlerTestCase122 result = self.send_typical_request('GET / HTTP/1.1\r\n\r\n')129 result = self.send_typical_request('GET / HTTP/1.0\r\n\r\n')136 result = self.send_typical_request('GET / HTTP/0.9\r\n\r\n')142 result = self.send_typical_request('GET / HTTP/1.0\r\nExpect: 100-continue\r\n\r\n')151 result = self.send_typical_request(b'GET ' + b'x' * 65537)