https://github.com/cupcakearmy/codecrafters-http-server-go
https://github.com/cupcakearmy/codecrafters-http-server-go
codecrafters http-server tests
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cupcakearmy/codecrafters-http-server-go
- Owner: cupcakearmy
- Created: 2024-05-26T00:44:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T00:49:21.000Z (about 2 years ago)
- Last Synced: 2025-07-18T22:24:02.182Z (11 months ago)
- Topics: codecrafters, http-server, tests
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)
Finished solutions to the "Build your own HTTP server" in go. With additional, own tests.
```bash
# Start locally to test manually with CURL
./your_server.sh
# Run tests
go test ./app -v
```