On Fri, Aug 09, 2013 at 05:57:41PM +0800, 641363574 wrote: > here I have a mission to use http protocol for transfer data between > computers. the data will be transfer is binary data, not text, and I know a > little about tcp, which allow me to define the format of binary data, or > binary protocol. now with http, how can I do it? can anyone give me some > advise of something as as reference? > >
You can lean more about http here: http://tools.ietf.org/html/rfc2616 Examples, documentation and a tutorial about how to use curl can be found here: http://curl.haxx.se/libcurl/ -- Med vänliga hälsningar Fredrik Gustafsson tel: 0733-608274 e-post: [email protected] ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
