An open API service indexing awesome lists of open source software.

https://github.com/blackhole-consulting/requeststls-micropython

A TLS request library for micropython . HTTP , TLS, Opensearch
https://github.com/blackhole-consulting/requeststls-micropython

micropython micropython-esp32 opensearch tls

Last synced: about 1 year ago
JSON representation

A TLS request library for micropython . HTTP , TLS, Opensearch

Awesome Lists containing this project

README

          

# requeststls-micropython
A TLS request library for micropython . HTTP , TLS, Opensearch

## Usage

### Make a POST request

```Python

import requests

requests.post("block.blackhole.consulting",8888,"\ncontent-type: application/json",'{"signatures": ["'+r+'","'+v+'"],"compression": true,"packed_context_free_data": "'+memo+'","packed_trx": '+json.dumps(trx)+'}')

```