Skip to content

Smet-k/MyHttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyHttp

Overview

MyHttp is a HTTP server created for learning purposes, it supports GET and POST requests.

Installation

Requirements

  • Linux-Based OS
  • C Compiler

Build

# Clone the repository
https://github.com/Smet-k/MyHttp
cd MyHttp

# Build the utility
./build.sh

# Run
sudo ./build/MyHttp

Usage

MyHttp

Configuration is done through config.cfg

port=8080
threads=8

About

MyHttp is a HTTP server created for learning purposes

Topics

Resources

Stars

Watchers

Forks