[GH-ISSUE #256] [Feature] Advanced Export #252

Open
opened 2026-03-03 19:16:44 +03:00 by kerem · 2 comments
Owner

Originally created by @shirshak55 on GitHub (Aug 18, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/256

most people are programmer probably who use proxyman. I use js and rust. So adding export that support fetch would be awesome.

I know we already support cUrl but supporting other exports seems win win situation :)
Here is postman example.

image

And there should be option like whether the request should go from proxyman or not.

Originally created by @shirshak55 on GitHub (Aug 18, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/256 most people are programmer probably who use proxyman. I use js and rust. So adding export that support fetch would be awesome. I know we already support cUrl but supporting other exports seems win win situation :) Here is postman example. <img width="944" alt="image" src="https://user-images.githubusercontent.com/8097377/63220427-f0303800-c1a4-11e9-82d6-ef7a0dda4d03.png"> And there should be option like whether the request should go from proxyman or not.
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 18, 2019):

I don't' think at this moment I should support it in native code, since it burdens and make the Proxyman's UI is more complicated to use.

I suggest that rather than implementing in native code, I would consider it as a Plugin. Basically, you can install your favorites Export for particular languages (like JS or Rust).

Pros

  • Easier to implement since there are a lot of JS lib to generate this template
  • Install by on-demand, and the app keeps cleans and minimal as possible.

Cons

  • Code the plugin feature by JS Bridge 😄
  • More effort that native code
<!-- gh-comment-id:522309477 --> @NghiaTranUIT commented on GitHub (Aug 18, 2019): I don't' think at this moment I should support it in native code, since it burdens and make the Proxyman's UI is more complicated to use. I suggest that rather than implementing in native code, I would consider it as a Plugin. Basically, you can install your favorites Export for particular languages (like JS or Rust). ### Pros - Easier to implement since there are a lot of JS lib to generate this template - Install by on-demand, and the app keeps cleans and minimal as possible. ### Cons - Code the plugin feature by JS Bridge 😄 - More effort that native code
Author
Owner

@shirshak55 commented on GitHub (Aug 18, 2019):

Yea plugin system would be best because who knows what community can make for proxyman :)

<!-- gh-comment-id:522315112 --> @shirshak55 commented on GitHub (Aug 18, 2019): Yea plugin system would be best because who knows what community can make for 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/Proxyman#252
No description provided.