File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
* (ask) the proxy chaining is global or per client
11
11
* filter and transformations priorities
12
- * (ask) ip group restrictions by regex/pattern or just a list
13
- * (ask) is it enough with the declared media type in the http header
12
+ * (ask) ip group restrictions by regex/pattern or just a list: Up to us, better if you can set groups
13
+ * (ask) is it enough with the declared media type in the http header: Yay
14
14
* (ask) what is the expected behaviour when the content length is not present or fake and there is a too-big-request filter
15
15
(save locally until maxium limit is reached, or redirect and drop "connection" when limit is exceded)
16
16
* find out what is the criterion for defining the end of a request on a keep-alive connection
17
17
* (ask) What's the correct status code to return after a filter blocked a request.
18
+ * (ask) Transfer-Encoding and how it makes life a living hell: May not implement, but come on bro
19
+ * (ask) HTTP 1.0 compatibility: Must
20
+ * (ask) multipart mime types and filters that apply to mime types: Inspect body and apply the filters to parts
18
21
19
22
WISH LIST
20
23
=========
You can’t perform that action at this time.
0 commit comments