Home | History | Annotate | Download | only in cros

Lines Matching refs:requests

26 # TODO(cmasone): redo this class using requests module; http://crosbug.com/30107
461 server is busy handling many long running download requests, e.g.,
462 downloading stateful partitions. It is better not to add more requests
747 @param hostname: The hostname of dut that requests a devserver. It's
817 import requests
819 logging.warning("Can't 'import requests' to connect to dev server.")
829 request = requests.post(
831 if request.status_code == requests.codes.OK: