djc / couchdb-python

Python library for working with CouchDB
Other
202 stars 86 forks source link

Cant find a way to send headers in replication #328

Closed ngrj closed 6 years ago

ngrj commented 6 years ago

Hi,
I need to send headers while making a replication requests, I can do it using curl as mentioned here. This method does not work with current couchdb python replicate function, is there a work around it ?

djc commented 6 years ago

Thanks for reporting this. Unfortunately I no longer have time to spend on CouchDB-Python, so until someone else steps up to maintain it, there will not be a fix for this.

ngrj commented 6 years ago

okay, thanks a lot for your work.