corvvs / webserv

simple and light http-server like NGINX in C++
4 stars 2 forks source link

CGIの動作確認用のファイル追加 #234

Closed ryo-manba closed 2 years ago

ryo-manba commented 2 years ago

概要

動作を確認するために、CGIスクリプトを追加した。

ryo-manba commented 2 years ago

The script MUST return a Content-Type header field. A Status header field is optional, and status 200 'OK' is assumed if it is omitted.

ステータスヘッダーは省略可能で、省略した場合 200 OK と解釈するのが適切だと思ったのですがいかがでしょう? https://tex2e.github.io/rfc-translater/html/rfc3875.html

corvvs commented 2 years ago

The script MUST return a Content-Type header field. A Status header field is optional, and status 200 'OK' is assumed if it is omitted.

ステータスヘッダーは省略可能で、省略した場合 200 OK と解釈するのが適切だと思ったのですがいかがでしょう? https://tex2e.github.io/rfc-translater/html/rfc3875.html

そうですね。失礼しました。