Outils pour utilisateurs

Outils du site


programmation_socket

Ceci est une ancienne révision du document !


HTTP et HTTPS

Lib pour C a tester: libcurl !

Lien: http://curl.haxx.se/

Exemple avec HTTPS: http://curl.haxx.se/lxr/source/docs/examples/https.c

Commande curl

En ligne de commande on peut utiliser simplement curl .

Installation:

# aptitude install curl

Exemple:

$ curl http://www.thierry-jaouen.fr

Ou

$ curl -k https://www.thierry-jaouen.fr

Socket C

Non-blocking

Solution pour détecter une connexion qui echoue: http://cr.yp.to/docs/connect.html

programmation_socket.1250602696.txt.gz · Dernière modification : 2009/08/18 13:38 de thierry