Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a module for making a request to another server #14

Open
admwx7 opened this issue Dec 6, 2013 · 3 comments
Open

Create a module for making a request to another server #14

admwx7 opened this issue Dec 6, 2013 · 3 comments
Labels

Comments

@admwx7
Copy link

admwx7 commented Dec 6, 2013

We will need a module that can (given a header, specifics will need to be worked out) it can make a request to a server then return the data (header, body and all). We can then use this module anywhere we need a request to be made.

@Sp3ctr3
Copy link
Contributor

Sp3ctr3 commented Dec 7, 2013

Isn't this what we are doing with proxy code that we have now? It already makes the requests on behalf of the client to the endpoint and returns the data back.

@boxtown
Copy link
Contributor

boxtown commented Dec 9, 2013

Yeah there's no need to reinvent the wheel, Python already has libraries(Twisted) that can forward requests and return responses

@admwx7
Copy link
Author

admwx7 commented Dec 9, 2013

This issue is more for the header issues we're going to have to deal with since we're using Twisted. Such as handling and passing along the API version, not sure if that will actually require any coding, you guys keep asking me to create issues and I'm the client-side guy >.<

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants