Skip to content

HTTP server using Python3 Socket Programming #172

@PrajjwalDatir

Description

@PrajjwalDatir

Aim

Implemented RFC of HTTP using SOCKET programming in python3

  • Functions as a HTTP server.

Details

  • GET,
  • POST,
  • PUT,
  • HEAD,
  • DELETE,
  • Cookies,
  • Headers,
  • non-persistent connections,
  • Multiple clients at the same time,
  • logging with levels of logging,
  • handling file permissions;
  • Server configuration
  • config file with DocumentRoot,
  • log file name, max simulateneous connections ;
  • way to stop and restart the server;

Metadata

Metadata

Assignees

Labels

SWoC 2021Issues created for the Script Winter of Code'21 ParticipantsassignedIssues which are assigned to someoneenhancementNew feature or requestgood first issueGood for newcomerslevel3New features, Major bug fixing

Projects

Status

Closed-Issues and PR

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions