Revision 617be1011779413905f6597278dd8af8b121dbbc authored by Martin L Resnick on 26 September 2019, 00:08:15 UTC, committed by Martin L Resnick on 26 September 2019, 00:08:15 UTC
1 parent ec9a30d
Raw File
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