An open API service indexing awesome lists of open source software.

https://github.com/rosbit/go-libhttpd

libhttpd.so, C-shared lib implemented in golang
https://github.com/rosbit/go-libhttpd

Last synced: 3 months ago
JSON representation

libhttpd.so, C-shared lib implemented in golang

Awesome Lists containing this project

README

          

## libhttpd.so, C-shared lib implemented in golang

### build
- git clone `https://github.com/rosbit/go-libhttpd`
- with go1.12 or above instaled.
- in shell, run `make so t=libhttpd.so`

### usage
- see samples code under [samples](https://github.com/rosbit/go-libhttpd/tree/master/samples)
- or copy [go_httpd.h](https://github.com/rosbit/go-libhttpd/tree/master/go_httpd.h) and libhttpd.so to anywhere you want.