Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 25, 2018 19:45
Show Gist options
  • Save ryantm/9bd266ba7402eed27183bf7a29faf47b to your computer and use it in GitHub Desktop.
Save ryantm/9bd266ba7402eed27183bf7a29faf47b to your computer and use it in GitHub Desktop.
/nix/store/l965isjv207yzmmp541bps0rh9miwhys-kcgi-0.10.8
├── bin
│   └── kfcgi
├── include
│   ├── kcgi.h
│   ├── kcgihtml.h
│   ├── kcgijson.h
│   ├── kcgiregress.h
│   └── kcgixml.h
├── lib
│   ├── libkcgi.a
│   ├── libkcgihtml.a
│   ├── libkcgijson.a
│   ├── libkcgiregress.a
│   └── libkcgixml.a
├── sbin -> bin
└── share
├── kcgi
│   ├── sample.c
│   ├── sample-cgi.c
│   ├── sample-fcgi.c
│   ├── samplepp.cc
│   └── template.xml
└── man
├── man3
│   ├── kcgi.3.gz
│   ├── kcgi_buf_write.3.gz
│   ├── kcgihtml.3.gz
│   ├── kcgijson.3.gz
│   ├── kcgiregress.3.gz
│   ├── kcgi_strerror.3.gz
│   ├── kcgi_writer_disable.3.gz
│   ├── kcgixml.3.gz
│   ├── khttpbasic_validate.3.gz
│   ├── khttp_body.3.gz
│   ├── khttpdigest_validate.3.gz
│   ├── khttp_fcgi_free.3.gz
│   ├── khttp_fcgi_init.3.gz
│   ├── khttp_fcgi_parse.3.gz
│   ├── khttp_fcgi_test.3.gz
│   ├── khttp_free.3.gz
│   ├── khttp_head.3.gz
│   ├── khttp_parse.3.gz
│   ├── khttp_template.3.gz
│   ├── khttp_write.3.gz
│   ├── kmalloc.3.gz
│   ├── kutil_epoch2str.3.gz
│   ├── kutil_invalidate.3.gz
│   ├── kutil_log.3.gz
│   ├── kutil_openlog.3.gz
│   ├── kutil_urlencode.3.gz
│   └── kvalid_string.3.gz
└── man8
└── kfcgi.8.gz
9 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment