IslamHeggy / simple-http-server

A simple implementation of the HTTP protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-HTTP-Server

This project is a simple implementation of the HTTP protocol.

How to test

  • Change the root path to your own path in configuration.cs
  • Place the html files in this path
  • Change the port number to your port number in program.cs
  • Run the server and access your webpages using http://localhost:specified_port/html_page

About

A simple implementation of the HTTP protocol.


Languages

Language:C# 100.0%