mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 19:59:07 +00:00
5 lines
202 B
Python
5 lines
202 B
Python
http = pyimport "http"
|
|
|
|
.Request: ClassType
|
|
.Request.data: Bytes
|
|
.urlopen!: (url: Str or .Request, data: Bytes or NoneType := NoneType, timeout: Nat or NoneType := NoneType) -> http.client.HTTPResponse
|