mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1281] [Feature Request] Set different protobuf message type for request and response of same url #1274
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjmean2 on GitHub (Jun 29, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1281
Originally assigned to: @NghiaTranUIT on GitHub.
Hello.
I love new feature that supports protobuf File Descriptor!
My server has lots of proto files and it was hard to add proto files in proper order, so I can't use protobuf viewer before 3.6.0, and finally I succeed import proto spec into Proxyman in version 3.6.0! I appreciate it!
But my server api use different message type for request and response, and I cannot find how to set different message type for request and response in same url. Is it not possible in current version? if so, it would be very helpful if this feature updated. Thanks!
Proxyman version?
Proxyman 3.6.0
macOS Version?
mac 12.4
@NghiaTranUIT commented on GitHub (Jun 30, 2022):
It's not possible to set multiple message types to a single URL.
Just wondering:
@jjmean2 commented on GitHub (Jun 30, 2022):
Thanks for reply!
it uses both of them.
For example, I have an API to book a hotel booking, and its message type for request is about input values for booking and its message type for response is about booking result.
I can view proto field name in only either of request or response because I can set only one message type of them.
I also use Charles Proxy, and I can set message type for request and response separately.
@NghiaTranUIT commented on GitHub (Jun 30, 2022):
Ah, I understand. I'm going to implement this feature and send you a Beta build soon 👍
@jjmean2 commented on GitHub (Jun 30, 2022):
Oh! Thanks, I appreciate it 🙏
@NghiaTranUIT commented on GitHub (Jul 1, 2022):
@jjmean2 let's try this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.6.0_Protobuf_Support_Message_type_for_request_and_response.dmg
From now, you can define each MEssage Type for the Request and Response 👍
Screenshot
@jjmean2 commented on GitHub (Jul 1, 2022):
It works like a charm! 👍
Thanks for your work~