idempotent-proxy-types

Crates.ioidempotent-proxy-types
lib.rsidempotent-proxy-types
version1.2.2
sourcesrc
created_at2024-05-30 13:07:41.23399
updated_at2024-10-21 02:59:11.333316
descriptiontypes of idempotent-proxy
homepage
repositoryhttps://github.com/ldclabs/idempotent-proxy/tree/main/src/idempotent-proxy-types
max_upload_size
id1256842
size10,398
0xZensh (zensh)

documentation

README

Idempotent Proxy

Reverse proxy server with build-in idempotency support written in Rust.

Overview

The idempotent-proxy is a reverse proxy service written in Rust with built-in idempotency support.

When multiple requests with the same idempotency-key arrive within a specific timeframe, only the first request is forwarded to the target service. The response is cached in Redis, and subsequent requests poll Redis to retrieve and return the first request's response.

This service can be used to proxy HTTPS outcalls for ICP canisters, enabling integration with any Web2 http service. It supports hiding secret information, access control, returning only the necessary headers and, for JSON or CBOR data, allows response filtering based on JSON Mask to return only required fields, thus saving cycles consumption in ICP canisters.

Idempotent Proxy

Features

  • Reverse proxy with build-in idempotency support
  • JSON response filtering
  • Access control
  • Response headers filtering
  • HTTPS support
  • Running as Cloudflare Worker
  • Docker image

More information: https://github.com/ldclabs/idempotent-proxy

License

Copyright © 2024 LDC Labs.

ldclabs/idempotent-proxy is licensed under the MIT License. See LICENSE for the full license text.

Commit count: 0

cargo fmt