[GH-ISSUE #345] Map Local feature v2 #341

Closed
opened 2026-03-03 19:17:37 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Dec 3, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/345

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 Brief

Map local feature v2 would be able to map the entire response (Headers, Status Code and the body) from a file.

For instance:

HTTP/1.1 200 OK
Date: Tue, 03 Dec 2019 13:13:56 GMT
Content-Type: application/json
Content-Length: 21
Connection: keep-alive
Vary: Origin

{
  "success": true
}

would be successfully map to the matched requests.

👑 Criteria

  • Able to parse the raw HTTP Response message
  • Able to automatically map
  • Improve the UI for an Local Map Entry by selecting map from File or map directly from the Response
  • Auto get the current Response
  • Improve the UI: Side-panel
Originally created by @NghiaTranUIT on GitHub (Dec 3, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/345 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 Brief Map local feature v2 would be able to map the entire response (Headers, Status Code and the body) from a file. For instance: ``` HTTP/1.1 200 OK Date: Tue, 03 Dec 2019 13:13:56 GMT Content-Type: application/json Content-Length: 21 Connection: keep-alive Vary: Origin { "success": true } ``` would be successfully map to the matched requests. ## 👑 Criteria - [x] Able to parse the raw HTTP Response message - [x] Able to automatically map - [x] Improve the UI for an Local Map Entry by selecting map from File or map directly from the Response - [x] Auto get the current Response - [x] Improve the UI: Side-panel
kerem 2026-03-03 19:17:37 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Jan 27, 2020):

Screen Shot 2020-01-27 at 13 19 33

All done 🙌

<!-- gh-comment-id:578720106 --> @NghiaTranUIT commented on GitHub (Jan 27, 2020): <img width="1825" alt="Screen Shot 2020-01-27 at 13 19 33" src="https://user-images.githubusercontent.com/5878421/73173914-11745780-4139-11ea-827c-f11801c601bc.png"> All done 🙌
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/Proxyman#341
No description provided.