1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/examples
2020-04-26 00:47:10 +02:00
..
csp start impl http3 via quiche 2020-04-26 00:47:10 +02:00
doc_classifier start impl http3 via quiche 2020-04-26 00:47:10 +02:00
doc_parse start impl http3 via quiche 2020-04-26 00:47:10 +02:00
download_accelerator start impl http3 via quiche 2020-04-26 00:47:10 +02:00
form_completion start impl http3 via quiche 2020-04-26 00:47:10 +02:00
hello start impl http3 via quiche 2020-04-26 00:47:10 +02:00
http_header start impl http3 via quiche 2020-04-26 00:47:10 +02:00
IR start impl http3 via quiche 2020-04-26 00:47:10 +02:00
lcsp start impl http3 via quiche 2020-04-26 00:47:10 +02:00
loginCookie start impl http3 via quiche 2020-04-26 00:47:10 +02:00
lrp_session start impl http3 via quiche 2020-04-26 00:47:10 +02:00
parser fix+sync 2018-04-27 19:27:14 +02:00
PEC_log start impl http3 via quiche 2020-04-26 00:47:10 +02:00
rsign start impl http3 via quiche 2020-04-26 00:47:10 +02:00
serialize start impl http3 via quiche 2020-04-26 00:47:10 +02:00
simple_client_server start impl http3 via quiche 2020-04-26 00:47:10 +02:00
test_manager start impl http3 via quiche 2020-04-26 00:47:10 +02:00
uclient start impl http3 via quiche 2020-04-26 00:47:10 +02:00
userver start impl http3 via quiche 2020-04-26 00:47:10 +02:00
WiAuth start impl http3 via quiche 2020-04-26 00:47:10 +02:00
workflow start impl http3 via quiche 2020-04-26 00:47:10 +02:00
XAdES start impl http3 via quiche 2020-04-26 00:47:10 +02:00
xml2txt start impl http3 via quiche 2020-04-26 00:47:10 +02:00
Makefile.am add loginCookie example 2019-06-24 16:35:38 +02:00
Makefile.in start impl http3 via quiche 2020-04-26 00:47:10 +02:00
README some fix 2016-04-27 17:04:20 +02:00

This directory will include demo programs that were used for testing out the ULib library.
These demos are not necessarly meant to serve any purpose other than educational.
They are not normally "built" unless you enter this directory, and they are not meant to be "installed" for general use.
They are here both to educate how ULib works and for internal testing.

PS: uclient and userver are exceptions, they can be considered as installable network application of general use.