Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 590 Bytes

HTTP-1.0-Webserver

A simple HTTP 1.0 Webserver using C

The program is already compiled and ready to use. Special thanks to Andreas Luft for co-programming!

Installation

There is nothing to install :D

Usage

  • To start the web server under Linux, the following command is sufficient
    • ./server >>portnumber<<

Features

  • The Webserver is very simple based on HTTP 1.0 and works only with GET request.

Information

  • The Code is self-explanatory commented

The following is still being implemented

  • more functions -> like HTTP 1.1 (2.0), POST, ...