changeset 45830 | c102b704edb5 |
parent 43380 | 579672b347d2 |
child 47500 | 23f5ed6dbcb1 |
--- a/tests/get-with-headers.py Mon Nov 09 09:58:44 2020 -0800 +++ b/tests/get-with-headers.py Fri Nov 06 13:58:59 2020 -0800 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """This does HTTP GET requests given a host:port and path and returns a subset of the headers plus the body of the result."""