We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createCgiMessage()
The text was updated successfully, but these errors were encountered:
feat: Update function to set response header(#25)
22bb782
Add default header: Date, Content-Type(MIME) Handle headers from CGI program Co-authored-by: srngch <[email protected]>
Merge pull request #38 from srngch/feature/25/response-header
1375acf
srngch
Successfully merging a pull request may close this issue.
createCgiMessage()
: Cgi가 결과에 헤더를 포함하거나 미포함하기 때문에, response의 인스턴스에 있는 디폴트 헤더와 통합하는 cgi용 함수 필요함The text was updated successfully, but these errors were encountered: