kopia lustrzana https://github.com/micropython/micropython-lib
11 wiersze
183 B
Python
11 wiersze
183 B
Python
|
|
# http.client
|
||
|
|
|
||
|
|
require("email.parser")
|
||
|
|
require("email.message")
|
||
|
|
require("socket")
|
||
|
|
require("collections")
|
||
|
|
require("urllib.parse")
|
||
|
|
require("warnings")
|
||
|
|
|
||
|
|
package("http", version="0.5.1")
|