8000 GitHub - sid4/singleThreadedHttpTcpClient: Single Threaded HTTP TCP Client
[go: up one dir, main page]

Skip to content

sid4/singleThreadedHttpTcpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a single threaded HTTP TCP client with option to initiate persistent or non-persistent HTTP connection with server

For compiling:
make -f make1


For running:
./client <hostname> <portno> <p>/<np> <filename>

Case when argument passed is p, viz. persistent, then the filenames are read from the file named "filename" argument on local system (same folder) and each file is fetched from the server. Sample file fetchFiles.txt is available

Case when argument passed is np, viz. non-persistent, then the specified "filename" is fetched from the server

About

Single Threaded HTTP TCP Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0