Welcome to Tinyhttp!

tinyhttp -> fast

GET /wildcard/[wildcard] ==> "Hello, [wildcard]"

GET /api ==> "Hello, there!"

GET /version ==> "Demo Version"

POST / ==> "Hello, [body]"

POST /wildcard/[wildcard] ==> "Hello, [wildcard]"

GITHUB