Home | History | Annotate | Download | only in scripts

Lines Matching refs:response_body

202       response_body = response.read()
204 for x in response_body.split("\n") if x)
693 response_body = rpc_server.Send(url, body,
695 if not response_body.startswith("OK"):
696 StatusUpdate(" --> %s" % response_body)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1201 lines = response_body.splitlines()
1203 StatusUpdate(" --> %s" % response_body)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1350 lines = response_body.splitlines()
1356 msg = response_body
1358 msg = response_body
1360 if not response_body.startswith("Issue created.") and \
1361 not response_body.startswith("Issue updated."):