A native HTTP client built with Odin and Raylib. Created out of frustration with non-native HTTP clients that are bloated and slow.
- Native GUI built with Clay UI and Raylib
- Support for GET, POST, DELETE, PATCH, and PUT requests
- Response viewing with status code highlighting
- Simple and fast
- Odin compiler
- Raylib (via Odin vendor)
- Clay UI (included in
third_party/clay) - odin-http (included in
third_party/odin-http)
odin build .Run the executable:
./OdinClient.exe