how to write to different port in python App Engine

26 views
Skip to first unread message

Aleks Aris

unread,
Mar 22, 2012, 7:38:15 PM3/22/12
to google-a...@googlegroups.com
How do I send a response to a different port inside a RequestHandler get() method?

Instead of:
self.response.out.write(some_value_back_to_a_server)
which writes to the same port, I need to write to a different port.

Thanks!

Brandon Wirtz

unread,
Mar 23, 2012, 12:33:03 PM3/23/12
to google-a...@googlegroups.com

HTTP / HTTPS only. Not ports allowed.

 

Reply all
Reply to author
Forward
0 new messages