|
|
6 gadi atpakaļ | |
|---|---|---|
| base | 6 gadi atpakaļ | |
| cert | 6 gadi atpakaļ | |
| crc | 6 gadi atpakaļ | |
| etc | 6 gadi atpakaļ | |
| event | 6 gadi atpakaļ | |
| examples | 6 gadi atpakaļ | |
| html | 6 gadi atpakaļ | |
| http | 6 gadi atpakaļ | |
| misc | 6 gadi atpakaļ | |
| protocol | 6 gadi atpakaļ | |
| scripts | 6 gadi atpakaļ | |
| sqlite | 6 gadi atpakaļ | |
| unittest | 6 gadi atpakaļ | |
| utils | 6 gadi atpakaļ | |
| winbuild | 6 gadi atpakaļ | |
| .gitignore | 6 gadi atpakaļ | |
| .travis.yml | 6 gadi atpakaļ | |
| Makefile | 6 gadi atpakaļ | |
| Makefile.in | 6 gadi atpakaļ | |
| README.md | 6 gadi atpakaļ | |
| configure | 6 gadi atpakaļ | |
| h.h | 6 gadi atpakaļ | |
| hconfig.h | 6 gadi atpakaļ | |
| main.cpp.tmpl | 6 gadi atpakaļ |
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"}'