Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
prog:lazarus:cas:network:network [22/04/2021 12:23] thierry [Test] |
prog:lazarus:cas:network:network [26/04/2021 19:54] (Version actuelle) thierry [Websockets] |
||
---|---|---|---|
Ligne 9: | Ligne 9: | ||
=== Test === | === Test === | ||
* [[https://httpd.apache.org/docs/2.4/fr/programs/ab.html]] | * [[https://httpd.apache.org/docs/2.4/fr/programs/ab.html]] | ||
+ | |||
+ | ===== HTTP ===== | ||
+ | * [[https://wiki.freepascal.org/fphttpclient]] | ||
+ | |||
===== Websockets ===== | ===== Websockets ===== | ||
* [[https://github.com/Warfley/LazWebsockets]] | * [[https://github.com/Warfley/LazWebsockets]] | ||
+ | * [[https://wiki.freepascal.org/Networking]] | ||
+ | * [[https://tools.ietf.org/html/rfc6455|RFC6455 sur les Websockets]] | ||
+ | * [[https://www.indyproject.org/2018/10/15/new-tidhttp-functionality-for-protocol-upgrading/]] | ||
+ | |||
+ | ====== Sources & Ressources ====== | ||
+ | * [[https://wiki.freepascal.org/Networking]] | ||
+ | |||