/go-libhttpd

libhttpd.so, C-shared lib implemented in golang

Primary LanguageGoMIT LicenseMIT

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
  • or copy go_httpd.h and libhttpd.so to anywhere you want.