issues
search
boris-sinyapkin
/
lurk
Lightweight implementation of a SOCKS5 proxy built on async Rust
0
stars
0
forks
source link
[HTTP endpoint] Introduce endpoint for providing node status
#30
Closed
boris-sinyapkin
closed
3 months ago
boris-sinyapkin
commented
3 months ago
This is a major change that includes the following items:
Endpoint responds to /healthcheck URI path with a) "started" UTC timestamp; b) "uptime" seconds. Data packed as JSON in HTTP response body.
Server now has separate LurkServerStats instance for tracking of statistics
HTTP endpoint handles requests asynchronously
HTTP endpoint has atomic reference to server instance
This is a major change that includes the following items: