Lines Matching refs:parts
153 recognizes three parts to a request:
188 The reply form of the HTTP 1.x protocol again has three parts:
663 parts = urllib.parse.urlsplit(self.path)
664 if not parts.path.endswith('/'):
667 new_parts = (parts[0], parts[1], parts[2] + '/',
668 parts[3], parts[4])
863 head_parts.pop() # IndexError if more '..' than prior parts