Reputation: 431
I want to use Swift Perfect Framework to make a proxy server. My idea is following:
My Question is how can I make a new request using Swift Perfect Framework? Or I need to use other Framework.
Upvotes: 1
Views: 244
Reputation: 413
you can use CURLRequest of Perfect-CURL to perform the actual request and send it back to the response once received something.
Upvotes: 1