telodendria/tools/bin
Jordan Bancino 8d75d8a023 Add simple HTTP CLI tool that uses the HttpClient API.
You might be asking why I would just write a simple curl replacement
when curl does the job just fine. Well, the most immediate reason is
to test the HttpClient API, but since Telodendria's goal is to not
be dependent on any third-party code if at all possible, it makes
sense to have a simple HTTP client to use not only for testing
Telodendria, but also for configuring it. When we move the
configuration to the database, we'll ship a script that uses this
tool to allow admins to easily submit API requests.

Do not be concerned that HttpClient does not support TLS yet. TLS
support is necessary for federation to work, so it is coming
eventually.
2023-03-08 03:30:36 +00:00
..
man-table Fix a few things that were bothering me. 2023-02-15 21:53:39 +00:00
new-man This is unnecessary. 2023-03-06 23:54:55 +00:00
send-patch Apply #59 2023-03-04 15:34:44 +00:00
td Add simple HTTP CLI tool that uses the HttpClient API. 2023-03-08 03:30:36 +00:00
tp Fix typo. 2023-01-09 18:01:32 +00:00