This is a basic HTTP server implemented in Java using Gradle as the build tool. It provides a starting point for building your own HTTP server application.
Before proceeding, make sure you have the following software installed on your system:
- Java Development Kit (JDK)
- Gradle
To get started with the HTTP server, follow these steps:
- Clone the repository or download the source code.
- Open a terminal or command prompt and navigate to the project directory.
To build the project, run the following command:
gradle buildThis will compile the Java source code, run tests (if any), and generate the necessary build artifacts.
To run the HTTP server, execute the following command:
gradle runTo run the HTTP Server tests, execute the following command:
gradle test