42-webserv / SpaceX

Non-blocking I/O HTTP WEB Server
2 stars 1 forks source link

[๐Ÿž] Config - max body size need to move on location field #31

Closed codeyoma closed 1 year ago

codeyoma commented 1 year ago

๋‚ด์šฉ

Setup the configuration file as follow:
- / must answer to GET request ONLY
- /put_test/* must answer to PUT request and save files to a directory of your choice
- any file with .bla as extension must answer to POST request by calling the cgi_test executable
- /post_body must answer anything to POST request with a maxBody of 100
- /directory/ must answer to GET request and the root of it would be the repository YoupiBanane and if no file are requested, it should search for youpi.bad_extension files



ํƒœ์Šคํฌ

codeyoma commented 1 year ago