Ilya Kreymer
|
cca0c01547
|
urlrewrite misc fixes:
- ensure content-length is converted to str
- templateview: support optional extensions
- fix test
|
2016-08-09 19:53:22 -04:00 |
|
Ilya Kreymer
|
d7c74b68de
|
video loader support: add VideoLoader, which uses youtube-dl to create a metadata record
of video info. Activated with explicit content_type param 'application/vnd.youtube-dl_formats+json'
|
2016-05-28 15:01:33 -07:00 |
|
Ilya Kreymer
|
464eca2fa0
|
test apps: enable debugging for test apps
test recorder: write to a temp dir for each run
|
2016-05-06 16:33:18 -07:00 |
|
Ilya Kreymer
|
ab3af90df2
|
cookie_tracker: add support for redis-based subdomain cookie tracker, which temp caches cookies with Domain= set in redis and passes them upstream
when rewriting. addresses webrecorder/webrecorder#79
|
2016-05-04 16:39:47 -07:00 |
|
Ilya Kreymer
|
9010e52663
|
urlrewrite: refactor simpleapp to support live/record/replay
|
2016-04-27 10:15:48 -07:00 |
|
Ilya Kreymer
|
a82e2785c7
|
tests: add basic test for rewriterapp
|
2016-04-25 14:29:28 -07:00 |
|