2024-08-01 22:03:59 +00:00
|
|
|
|
<a id="hopper-small-internet-interop-utilities"></a>
|
|
|
|
|
|
2024-08-01 01:00:46 +00:00
|
|
|
|
# hopper: Small internet interop utilities
|
2024-07-28 11:21:15 +00:00
|
|
|
|
|
2024-08-01 22:03:59 +00:00
|
|
|
|
[🔗 Source](https://git.utopic.work/PierMesh/piermesh/src/branch/main/Sponge/Protocols/map.py)
|
|
|
|
|
|
|
|
|
|
<a id="module-Components.hopper"></a>
|
|
|
|
|
|
2024-07-28 11:21:15 +00:00
|
|
|
|
### 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
|