SkillAgentSearch skills...

Tinyhttp

Minimal HTTP processing library

Install / Use

/learn @mendsley/Tinyhttp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

tinyhttp

Tiny (as in minimal) implementation of an HTTP response parser. The parser itself is only dependent on:

  • <ctype.h> - tolower
  • <string.h> - memcpy

For more information please see my blog post at: http://mendsley.github.com/2012/12/19/tinyhttp.html

Build Status

Contact

@MatthewEndsley
https://github.com/mendsley/tinyhttp

License

Copyright 2012 Matthew Endsley

This project is governed by the BSD 2-clause license. For details see the file titled LICENSE in the project root folder.

Compiling

gcc -c *.c && g++ -std=c++0x example.cpp *.o -o example

./example will fetch the root of http://nothings.org

View on GitHub
GitHub Stars154
CategoryDevelopment
Updated4mo ago
Forks46

Languages

C

Security Score

77/100

Audited on Nov 25, 2025

No findings