-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO-pilfer.txt
16 lines (16 loc) · 975 Bytes
/
TODO-pilfer.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
divert the mitm logging through upd.print and make into 1 line?
pilfer from mirror action?
mitm prefetch action
recognise /foo/ in action params as a regexp and compile it?
need to merge stream handlers, preserve .content if we have any "response" hooks
the pipelines need to use P.copy_with_vars() for every stage so that vars are inherited and not shared
enclose params in brackets instead of using the : prefix ?
drop Set-Cookie from cached headers along with content-encoding?
graphviz view of pipelines?
pilfer mitm redirector mode for plugging in the adzapper
mitm mode: feed Flow to pipes triggered on Addon.request (full request received) ?
subcommand to dump HTML tags and classes to aid in writing scrapers and recipe decoders etc
shutdown mode: every stage should be inspectable for idleness? wait for all idle?
fill in pipeline staging using function type annotations?
use requests for the cs.urlutils URL class
cs.logutils,pilfer: drop D_mode and the D function