https://github.com/Paradigm4/shim
Raw File
Tip revision: 0c6d1e2b2060019da5f162f8d8129e30feea3a86 authored by Jack Wimberley on 10 February 2023, 19:14:56 UTC
Updating copyright information
Tip revision: 0c6d1e2
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