Skip to main content

No project description provided

Project description

polywrap-http-plugin

Http plugin currently supports two different methods GET and POST. Similar to calling axios, when defining request you need to specify a response type. Headers and query parameters may also be defined.

Response Types

TEXT - The server will respond with text, the HTTP plugin will return the text as-is.

BINARY - The server will respond with binary data (bytes), the HTTP plugin will encode as a base64 string and return it.

GET request

Below is sample invocation of the GET request with custom request headers and query parameters (urlParams).

result = client.invoke(
    uri="wrap://ens/http.polywrap.eth",
    method="get",
    args={
        "url": "http://www.example.com/api",
        "request": {
            "responseType": "TEXT",
            "urlParams": [{"key": "query", "value": "foo"}],
            "headers": [{"key": "X-Request-Header", "value": "req-foo"}],
        },
    },
)

POST request

Below is sample invocation of the POST request with custom request headers and query parameters (urlParams). It is also possible to set request body as shown below.

response = client.invoke(
    uri="wrap://ens/http.polywrap.eth",
    method="post",
    args={
        "url": "http://www.example.com/api",
        "request": {
            "responseType": "TEXT",
            "urlParams": [{"key": "query", "value": "foo"}],
            "headers": [{"key": "X-Request-Header", "value": "req-foo"}],
            "body": "{data: 'test-request'}",
        }
    }
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polywrap_http_plugin-0.1.0b3.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

polywrap_http_plugin-0.1.0b3-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file polywrap_http_plugin-0.1.0b3.tar.gz.

File metadata

  • Download URL: polywrap_http_plugin-0.1.0b3.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-1041-azure

File hashes

Hashes for polywrap_http_plugin-0.1.0b3.tar.gz
Algorithm Hash digest
SHA256 8e3db2d01859586dd7fbdef4f4127ce673c7612879b1aaeb0141598bc74bbea3
MD5 6abd900282044fac29959d6b3f56f1eb
BLAKE2b-256 7579d0c290a4d5b022be8b42eef58aab4c1fa141bc3eabdc147e4eb62274f462

See more details on using hashes here.

Provenance

File details

Details for the file polywrap_http_plugin-0.1.0b3-py3-none-any.whl.

File metadata

File hashes

Hashes for polywrap_http_plugin-0.1.0b3-py3-none-any.whl
Algorithm Hash digest
SHA256 012ead41fbb50ce8e119f3bb98356747d8a6cb36de4cb2c48c92c602ca5c30db
MD5 7bac3dd7d5a0da8133d34e298e0dae95
BLAKE2b-256 e34fdddbe37daf684f721a9f9a0a15a7d73ac7191040c7ccbd9923c926edb301

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page