Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 277 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 277 Bytes

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