Skip to content

bstnbuck/HTTP-1.0-Webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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, ...

About

A simple HTTP 1.0 Webserver using C

Topics

Resources

Stars

Watchers

Forks