Skip to content

mertensnova/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTTP Server in C++

Overview

This project implements a basic HTTP server in C++ capable of handling incoming HTTP requests and serving static content.

Features

  • HTTP/1.1 Compliance: Supports basic HTTP/1.1 features such as GET requests.
  • Static Content Serving: Serves static HTML, CSS, JavaScript, and image files.

Usage

  1. Building: Compile the server using a C++ compiler. For example:

     ./build.sh   
  2. Starting the Server: Run the server executable:

    ./http 

Contributing

Contributions are welcome! If you find any bugs or want to add enhancements, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks