Skip to content

fredrikalindh/webserv_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 WEBSERV TESTER

This is a simple python tester built upon @tommarx's and @hygioni's. It will test:

  • RFC: request line syntax checking, headers,
  • Basic HTTP methods: GET, POST, PUT, DELETE and HEAD
  • Status codes
  • Basic cgi
  • Server name matching
  • Routing
  • Authentification
  • Chunked transfer encoding
  • Mandatory headers

Run with sudo python3 main.py on ubuntu. Make sure that any changes of ports and server names will be updated in the config.py as well.

About

A simple python tester for the 42 project webserv.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published