[PR #94] [MERGED] Better GRPC support #142

Closed
opened 2026-03-03 19:12:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/94
Author: @mRs-
Created: 2/21/2022
Status: Merged
Merged: 2/24/2022
Merged by: @NghiaTranUIT

Base: mainHead: feature/better-grpc-support


📝 Commits (3)

📊 Changes

4 files changed (+363 additions, -56 deletions)

View changed files

📝 README.md (+232 -35)
📝 Sources/Atlantis+Manual.swift (+118 -15)
📝 Sources/Atlantis.swift (+1 -1)
📝 Sources/Packages.swift (+12 -5)

📄 Description

With these additions it’s the first way to make better use of Displaying WebSockets for Streaming Requests in general for gRPC Requests.

I did some breaking changes to determine the usage of unary calls and streaming calls to be better seperated.

In the Readme it’s even provided how to write a proper interecptor for working with that.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/94 **Author:** [@mRs-](https://github.com/mRs-) **Created:** 2/21/2022 **Status:** ✅ Merged **Merged:** 2/24/2022 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `feature/better-grpc-support` --- ### 📝 Commits (3) - [`e92ae2e`](https://github.com/ProxymanApp/atlantis/commit/e92ae2e8641927470a22fae13a9495ef6027c9e4) Better GRPC support - [`52729a3`](https://github.com/ProxymanApp/atlantis/commit/52729a33b45d6bed586a23f82b9dde5cceb6b7c2) Fixed Readme - [`14e2566`](https://github.com/ProxymanApp/atlantis/commit/14e2566ca3c3090c24bc4195094e49728247a532) fixed readme ### 📊 Changes **4 files changed** (+363 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+232 -35) 📝 `Sources/Atlantis+Manual.swift` (+118 -15) 📝 `Sources/Atlantis.swift` (+1 -1) 📝 `Sources/Packages.swift` (+12 -5) </details> ### 📄 Description With these additions it’s the first way to make better use of Displaying WebSockets for Streaming Requests in general for gRPC Requests. I did some breaking changes to determine the usage of unary calls and streaming calls to be better seperated. In the Readme it’s even provided how to write a proper interecptor for working with that. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:12:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#142
No description provided.