Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

A minimal HTTP server and client implemented from scratch using socket programming, demonstrating basic HTTP request/response handling and network communication.

Notifications You must be signed in to change notification settings

ahmedayman4a/HTTP-Over-Sockets

Repository files navigation

HTTP-Over-Sockets

A minimal HTTP server and client implemented from scratch using socket programming, demonstrating basic HTTP request/response handling and network communication.

Client

You can use client by this command:

cd client
python main.py {host} {port}[optional]

Operaions

  1. GET file
client> get {file_url}
  1. POST file
client> post {file_path}

About

A minimal HTTP server and client implemented from scratch using socket programming, demonstrating basic HTTP request/response handling and network communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •