Skip to content

v3ssel/http-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http Web Server!

This is a simple HTTP server based on Linux sockets.

For now, it can:

  1. Start the server on the specified address and port. (Linux only)
  2. Temporarily stop the server.
  3. Bind endpoints to methods with any HTTP methods.
  4. Parse HTTP requests and responses from strings and to strings.
  5. Build HTTP requests and responses with the builder pattern.
  6. Log connected users.