https://github.com/Paradigm4/shim
Revision f6863b78a5a3be9dea130c98fd3d943096523200 authored by B. W. Lewis on 08 August 2015, 02:43:05 UTC, committed by B. W. Lewis on 08 August 2015, 02:43:05 UTC
1 parent 0f95cfe
Raw File
Tip revision: f6863b78a5a3be9dea130c98fd3d943096523200 authored by B. W. Lewis on 08 August 2015, 02:43:05 UTC
Added upload test
Tip revision: f6863b7
README.mongoose
* We added the mg_append callback. It's equivalent to mg_upload except that
  it appends data to a file instead of overwriting the file.
* We modified the .htpasswd authentication scheme to use plaintext. The
  mongoose scheme stored the user:realm:paswd md5 hash in a custom way.
back to top