fredrikalindh / webserv_tester

A simple python tester for the 42 project webserv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 98.0%Language:C++ 1.2%Language:HTML 0.8%