1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
Ilya Kreymer 626da99899
POST request handling and indexing improvements (#636)
* post append improvements:
- parse json primitives for post query
- for text/plain, attempt to parse as json, then as binary
- standardize post append indexing
- include '__wb_method' in urlkey
- add 'requestBody' and 'method' to cdxj
- support unique dupe params for json-to-query conversion

* test fixes:
- update tests for test_inputreq,
- update post-test.cdxj and post-test.cdx

* ci: fixes
- tox: run full test suite!
- disable appveyor

* inputrequest buffering fix:
- never truncate reading POST request, must read entire POST data to avoid hung request in live mode
- truncate final query string to 4096
2021-04-27 20:52:24 -07:00
..
2019-07-02 19:24:11 -07:00
2017-10-03 15:31:08 -07:00
2021-04-26 18:22:43 -07:00
2019-08-13 16:12:37 -07:00
2020-12-05 20:20:38 -08:00
2021-01-26 22:39:52 -08:00
2020-01-17 17:38:08 -08:00
2019-08-29 11:59:45 -07:00