An open API service indexing awesome lists of open source software.

https://github.com/bstnbuck/http-1.0-webserver

A simple HTTP 1.0 Webserver using C
https://github.com/bstnbuck/http-1.0-webserver

http1-0 webserver

Last synced: 8 months ago
JSON representation

A simple HTTP 1.0 Webserver using C

Awesome Lists containing this project

README

          

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