mirror of
https://github.com/curlconverter/curlconverter.git
synced 2022-05-22 02:35:29 +03:00
support warnings in generators (#387)
This commit is contained in:
committed by
GitHub
parent
467f093a72
commit
72995ff6c7
1
test/fixtures/python/get_http2_warning.py
generated
vendored
1
test/fixtures/python/get_http2_warning.py
generated
vendored
@@ -1,4 +1,3 @@
|
||||
import requests
|
||||
|
||||
# Warning: this was an HTTP/2 request but requests only supports HTTP/1.1
|
||||
response = requests.get('http://localhost:28139')
|
||||
|
||||
Reference in New Issue
Block a user