[GH-ISSUE #36] Manually Add Request and Response to Atlantis #29

Open
opened 2026-03-03 19:11:08 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Nov 6, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/36

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Some apps do not use any URLSession or NSURLConnection to make a request(e.g. Apps use GRPC or Swift NIO, ...). Therefore, Atlantis could not automatically capture the request and response out of the box.

WE should introduce a function that the user can manually add URLRequest OR HTTPURLResponse to Atlantis and show on Proxyman.

Acceptance Criteria

  • Add 2 funcs to add Request and Response
  • Able to see the request/response on Proxyman
Originally created by @NghiaTranUIT on GitHub (Nov 6, 2020). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/36 Originally assigned to: @NghiaTranUIT on GitHub. ### Description Some apps do not use any URLSession or NSURLConnection to make a request(e.g. Apps use GRPC or Swift NIO, ...). Therefore, Atlantis could not automatically capture the request and response out of the box. WE should introduce a function that the user can **manually** add URLRequest OR HTTPURLResponse to Atlantis and show on Proxyman. ### Acceptance Criteria - Add 2 funcs to add Request and Response - Able to see the request/response on Proxyman
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#29
No description provided.