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
- Host: GitHub
- URL: https://github.com/rosbit/go-libhttpd
- Owner: rosbit
- License: mit
- Created: 2023-03-16T10:53:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T10:56:51.000Z (over 3 years ago)
- Last Synced: 2025-01-16T00:24:47.644Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.