Categorygithub.com/codecrafters-io/http-server-tester
module
0.0.0-20240919152810-20a0446f3908
Repository: https://github.com/codecrafters-io/http-server-tester.git
Documentation: pkg.go.dev

# README

HTTP Server Challenge Tester

This is a program that validates your progress on the HTTP server challenge.

Requirements for binary

  • Following environment variables:
    • CODECRAFTERS_SUBMISSION_DIR - root of the user's code submission

User code requirements

  • An executable file named your_server.sh that spins up the HTTP server.
  • A file named codecrafters.yml, with the following values:
    • debug

# Packages

No description provided by the author