[PR #37] [MERGED] Able to add Request / Response / GRPC message to Atlantis #114

Closed
opened 2026-03-03 19:11:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/37
Author: @NghiaTranUIT
Created: 11/7/2020
Status: Merged
Merged: 11/11/2020
Merged by: @NghiaTranUIT

Base: mainHead: feat/manually-add-request-response


📝 Commits (4)

📊 Changes

5 files changed (+180 additions, -8 deletions)

View changed files

📝 Atlantis.xcodeproj/project.pbxproj (+4 -0)
Sources/Atlantis+Manual.swift (+99 -0)
📝 Sources/Atlantis.swift (+7 -3)
📝 Sources/Packages.swift (+43 -5)
📝 Sources/Runtime.swift (+27 -0)

📄 Description

Changelog

  • Add to Atlantis from URLRequest and URLResponse
  • Add to Atlantis from Request and Response models
  • Add from GRPC Message

Relation

#36


🔄 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/37 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 11/7/2020 **Status:** ✅ Merged **Merged:** 11/11/2020 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `feat/manually-add-request-response` --- ### 📝 Commits (4) - [`428452f`](https://github.com/ProxymanApp/atlantis/commit/428452fd2b5f02e70ae4e7032a8e410e448622dc) Add manual request and response to atlantis - [`d2f39f9`](https://github.com/ProxymanApp/atlantis/commit/d2f39f9c44ce33d73c06f06e1918dd251d3facd5) Add Request with error - [`60f6f53`](https://github.com/ProxymanApp/atlantis/commit/60f6f532cb18ea7d3281610cc668bf7c084080f3) Support GRPC message - [`659c0b9`](https://github.com/ProxymanApp/atlantis/commit/659c0b9ac999089d22fd3997ca9670a1f807fefa) Improve syntax ### 📊 Changes **5 files changed** (+180 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Atlantis.xcodeproj/project.pbxproj` (+4 -0) ➕ `Sources/Atlantis+Manual.swift` (+99 -0) 📝 `Sources/Atlantis.swift` (+7 -3) 📝 `Sources/Packages.swift` (+43 -5) 📝 `Sources/Runtime.swift` (+27 -0) </details> ### 📄 Description ### Changelog - Add to Atlantis from URLRequest and URLResponse - Add to Atlantis from Request and Response models - Add from GRPC Message ### Relation #36 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:11:55 +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#114
No description provided.