palantir icon indicating copy to clipboard operation
palantir copied to clipboard

:crystal_ball: HTTP REST API reverse proxy

Results 9 palantir issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. Release notes Sourced from futures's releases. 0.3.16 Add TryStreamExt::try_chunks (#2438) Add StreamExt::{all, any} (#2460) Add stream::select_with_strategy (#2450) Update to new...

dependencies

سلام دوست گرامی .بفرمایید دقیقا کار این پکیج چی است و ایا برای php هم قابل استفاده است؟ خیلی سریع رفتم سر اصل مطلب ببخشید که فارسی ارسال کردم

Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. Release notes Sourced from hyper's releases. v0.14.11 Bug Fixes client: retry when pool checkout returns closed HTTP2 connection (#2585) (52214f39)...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Updates the requirements on [dotenv](https://github.com/dotenv-rs/dotenv) to permit the latest version. Commits - See full diff in [compare view](https://github.com/dotenv-rs/dotenv/commits) Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Add cookie parser for check request and system status. Consider HTTP request always carry the cookie of client unique identifier. For example Cookie: cuid=blahblahblah; * Add Cookie parser for parse...

enhancement

Complete Documentation :books:

documentation

Following check point must be checked. * Standard Verb of HTTP https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods * Full URL Manipulation https://en.wikipedia.org/wiki/Uniform_Resource_Identifier ``` userinfo host port ┌─┴────┐ ┌────┴────────┐ ┌┴┐ https://[email protected]:123/forum/questions/?tag=networking&order=newest#top └─┬─┘ └───────┬────────────────────┘└─┬─────────────┘└──┬───────────────────────┘└┬─┘ scheme authority path...

enhancement

In roadmap to release version 1.0.0, It is required to have a config file like: ```toml [backends] [[backends.webapp1]] target = "http://127.0.0.1:9000" health = "/health" [[backends.webapp2]] target = "http://127.0.0.1:9000" health =...

enhancement