Home | History | Annotate | Download | only in googleapiclient

Lines Matching refs:body_size

656     self.body_size = len(self.body or '')
700 self.headers['content-length'] = str(self.body_size)
796 start_headers['content-length'] = str(self.body_size)