Beispiel #1
0
 def __str__(self, skip_body=True):
     if self.content_length < 200 and skip_body:
         skip_body = False
     return BaseResponse.__str__(self, skip_body=skip_body)
Beispiel #2
0
 def __str__(self, skip_body=True):
     if self.content_length < 200 and skip_body:
         skip_body = False
     return BaseResponse.__str__(self, skip_body=skip_body)