o
odinpkg.dev
packages / library / odin-http-server

odin-http-server

7a09fe7library

An example http server in odin

No license · updated 2 months ago

http-server

Kicking the tires on http servers with Odin.

Uses the odin-http library. This library is scheduled to be rolled into Odin at some point... or so the legends say.

odin run .

Then:

curl http://localhost:8080/ip

Check out server.odin for all the types of endpoint testing.