Skip to content

mokumus/C-Simple-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the server:

make

./htserv

Available routes

There are sample requests that you can import to Postman under sample.postman_collection.json.

/save (POST Request with form-data)

/retrieve (GET Request)

/login(basic auth)

About

Simple starter template HTTP server in C to handle POST and GET requests.

Topics

Resources

Stars

Watchers

Forks