Re: [protobuf] In python - How would I send and receive a PB in the POST payload of http request?

2010-01-13 Thread Kenton Varda
You'd need to use a separate HTTP library for that.  Protobuf itself doesn't
provide HTTP integration, but once you have the bytes from the HTTP payload
you can use protobuf to parse them.

On Wed, Jan 13, 2010 at 10:04 AM, Rich  wrote:

> I'm fairly new to python and very new to protocol buffers.  Any points
> in the right direction would be helpful.
>
> thx
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>
>
>
>
-- 

You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.

To post to this group, send email to proto...@googlegroups.com.

To unsubscribe from this group, send email to protobuf+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.



[protobuf] In python - How would I send and receive a PB in the POST payload of http request?

2010-01-13 Thread Rich
I'm fairly new to python and very new to protocol buffers.  Any points
in the right direction would be helpful.

thx
-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.