Skip to main content

No project description provided

Project description

@polywrap/http-plugin-js

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 = await client.invoke(
    InvokerOptions(
        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 = await client.invoke(
    InvokerOptions(
        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_fs_plugin-0.1.0a1.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

polywrap_fs_plugin-0.1.0a1-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file polywrap_fs_plugin-0.1.0a1.tar.gz.

File metadata

  • Download URL: polywrap_fs_plugin-0.1.0a1.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.11 Linux/5.15.0-1036-azure

File hashes

Hashes for polywrap_fs_plugin-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 738a7be4b3a2c869a46298f27deb090251c4e94f976cadc8f1c7db3a859bce0f
MD5 92aa4ba50e41830a6cf259d867541ca5
BLAKE2b-256 e062f1eddcacc07b7f0dc205fdbe47c19b0c6e66a0a7df5850a9e4d44c352634

See more details on using hashes here.

Provenance

File details

Details for the file polywrap_fs_plugin-0.1.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for polywrap_fs_plugin-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 5a07dc19634245aab13e482912237a6d46164728830cdb09b5e661f031e06af5
MD5 ad6a1063ad514b75a49ec5db46ea81bc
BLAKE2b-256 b54dfa643b3070018d88489a09f942ee927bce683cb5e14ca0eb948532b9b1d6

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