http-parser.c

Small C library to parse HTTP requests
Log | Files | Refs | README | LICENSE

commit e293cd38bbb758345caba9c378a3d75e32281d0c
parent f5f019b2424dc7255df6a61412cd962c678dc1dd
Author: finwo <finwo@pm.me>
Date:   Fri, 17 Apr 2020 14:10:03 +0200

Added code of conduct

Diffstat:
ACODE_OF_CONDUCT.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +# Contributor Code of Conduct + +This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters. + +For more information please visit the [No Code of Conduct](https://github.com/domgetter/NCoC) homepage.