Skip to content

This repository contains code for a cURL-like command line application built to make HTTP requests to real web servers

License

Notifications You must be signed in to change notification settings

mushfiqur-anik/HTTP-Cilent-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP-Client-Application

Description of the problem

In this project a simple HTTP Client application was implemented and it was experimented with real HTTP Servers (web servers). HTTP Client Library HttpLibrary.java was implemented using TCP Sockets built with Java. The HTTP library implements a subset of HTTP specifications, it mainly supports features like GET operation, POST operation, Query parameters, Request headers & Body of the requests. A cURL-like command line named httpc.java was implemented to test the httpcClient application with real servers.

File List

  • HttpLibrary.java
  • Httpc.java

Built with

  • Java - The programming language used
  • Eclipse - The IDE used

Author(s)

This project is licensed under the MIT License - see the LICENSE file for details

About

This repository contains code for a cURL-like command line application built to make HTTP requests to real web servers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages