|
|
há 6 anos atrás | |
|---|---|---|
| base | há 6 anos atrás | |
| cert | há 6 anos atrás | |
| crc | há 6 anos atrás | |
| etc | há 6 anos atrás | |
| event | há 6 anos atrás | |
| examples | há 6 anos atrás | |
| html | há 6 anos atrás | |
| http | há 6 anos atrás | |
| misc | há 6 anos atrás | |
| scripts | há 6 anos atrás | |
| sqlite | há 6 anos atrás | |
| unittest | há 6 anos atrás | |
| utils | há 6 anos atrás | |
| winbuild | há 6 anos atrás | |
| .gitignore | há 6 anos atrás | |
| .travis.yml | há 6 anos atrás | |
| Makefile | há 6 anos atrás | |
| Makefile.in | há 6 anos atrás | |
| README.md | há 6 anos atrás | |
| configure | há 6 anos atrás | |
| h.h | há 6 anos atrás | |
| hconfig.h | há 6 anos atrás | |
| main.cpp.tmpl | há 6 anos atrás |
hw 是一套跨平台c/c++基础组件,函数名/类名以h/H开头
git clone https://github.com/ithewei/hw.git
cd hw
make httpd curl
bin/httpd -d
ps aux | grep httpd
# http web service
bin/curl -v localhost:8080
# indexof
bin/curl -v localhost:8080/downloads/
# http api service
bin/curl -v -X POST localhost:8080/v1/api/json -H "Content-Type:application/json" -d '{"user":"admin","pswd":"123456"}'