24 lines
552 B
Markdown
24 lines
552 B
Markdown
<a id="hopper-small-internet-interop-utilities"></a>
|
||
|
||
# hopper: Small internet interop utilities
|
||
|
||
[🔗 Source](https://git.utopic.work/PierMesh/piermesh/src/branch/main/Sponge/Protocols/map.py)
|
||
|
||
<a id="module-Components.hopper"></a>
|
||
|
||
### Components.hopper.get(url: str, params=None)
|
||
|
||
http/s get request
|
||
|
||
* **Parameters:**
|
||
* **url** (*str*)
|
||
* **params** – Requests (library) parameters
|
||
|
||
### Components.hopper.post(url: str, params=None)
|
||
|
||
http/s post request
|
||
|
||
* **Parameters:**
|
||
* **url** (*str*)
|
||
* **params** – Requests (library) parameters
|