Have a setup with clients communicating with server-A, and server-A communicating with server-B. Server-A processes requests from clients (using json) and then sends modified request to server-B, which responds back to server-A and then back to client.
Server-A runs werkzeug and it all works great with the clients. But, how does server-A send a request to server-B with werkzeug or do I just use httplib to send the request? -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/groups/opt_out.
