ichinose9372 / 42-webserv

c++でnginxを作る課題
2 stars 0 forks source link

メソッド(DELETE、POST など)に関するテストの拡充 #71

Open welove-t opened 8 months ago

snemoto-42 commented 8 months ago

・googleTestの更新 ・method:GETのテスト ・method:PUTのテスト ・method:DELETEのテスト(/upload/にdeleteを追加してPOSTとDELETEを確かめる) ・許可されていないmethodの場合は405 Method Not Allowedが返される

snemoto-42 commented 8 months ago

Basic checksの項目全部 Check CGIの項目全部

snemoto-42 commented 7 months ago

我々の仕様として、confでは設定されていない/shell/infinite.shのような指定では実行できない