From 32472b692303ab37e2b5da156a5ce474543a8929 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 29 Dec 2022 00:07:12 +0100 Subject: [PATCH] Document path. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ddde8c..26708a3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ https://chriseth.github.io/pathfinder2/edges.dat It implements the interface specified in https://hackmd.io/Gg04t7gjQKeDW2Q6Jchp0Q +The HTTP server implementation ignores most parts of the HTTP request and header, including the path, +so it essentially responds on all paths. + It has two performance parameters that are currently hardcoded in the source: Number of worker threads: 4