Minor improvements

- WebFinger:  detect when to use http or https, better function naming
- RequestPool: add user agent
This commit is contained in:
2024-02-21 15:39:41 -03:00
parent 166f428cd1
commit 7fbdd031ff
5 changed files with 76 additions and 20 deletions

View File

@@ -4,4 +4,4 @@ import db.db;
import net.request_pool;
DB Db;
RequestPool RP;
RequestPool Rp;