Skip to content

Map Local feature v2 #345

@NghiaTranUIT

Description

@NghiaTranUIT

🐶 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions