summaryrefslogtreecommitdiff
path: root/src/lib/teah_common.h
AgeCommit message (Collapse)Author
2019-05-23Export compressing routine.Marcello Stanisci
2019-05-16Fix compression.Marcello Stanisci
The "Content-Encoding: deflate" header is now added from within the compression routine itself, and _not_ from the "exchange handle". This fixed the bank-lib functions as those do not use any exchange handle, and therefore were wrongly sending compressed bodies without adding the mentioned HTTP header.
2019-05-03add compression support for bodies of POST/PUT operationsChristian Grothoff