Skip to content

Akash-Das2024/NETWORKS_HTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

NETWORKS_HTTP (Networks Assgn 4)

WORKING:

server:

cc MyHTTP.c -o myhttp

client:

cc MyBrowser.c -o mybrowser
  • run both files ./myhttp and ./mybrowse

makefile:

  • makefile is just to give some example request(browser side) that you can make