Martin Plattner
|
89fad1e2b1
|
add mapremote addon to modify request URLs
|
2020-07-03 14:27:37 +02:00 |
|
Thomas Kriechbaumer
|
288ce65d73
|
add h2 trailers example and fix sending
|
2020-07-03 12:49:31 +02:00 |
|
Thomas Kriechbaumer
|
ebb061796c
|
unify HTTP trailers APIs
|
2020-07-02 18:31:47 +02:00 |
|
Maximilian Hils
|
73163c876c
|
Merge pull request #4046 from mplattner/modify-body-addon
Replace replacements addon with new modify body addon
|
2020-07-02 15:02:37 +02:00 |
|
Martin Plattner
|
fe662b4282
|
improve modify addons docs
fixes #3945
|
2020-07-02 13:49:20 +02:00 |
|
sanlengjingvv
|
d589f13a1d
|
fix lint error
|
2020-07-02 18:46:38 +08:00 |
|
Martin Plattner
|
a782bb47a7
|
fix linting error
|
2020-07-02 12:42:14 +02:00 |
|
sanlengjingvv
|
22eb492a13
|
update FLOW_FORMAT_VERSION version
fix error when dump flow with http trailers
add testcase for http trailers
|
2020-07-02 18:32:12 +08:00 |
|
Vane11ope
|
e43c4e3cb1
|
Fix a type error
|
2020-07-02 11:31:04 +09:00 |
|
Vane11ope
|
7806a34858
|
List was not cycled right for tab autocompletion
|
2020-07-02 09:46:24 +09:00 |
|
Martin Plattner
|
aee1b81260
|
fix test coverage
|
2020-07-01 23:51:55 +02:00 |
|
Maximilian Hils
|
2a4933eb9d
|
minor fixes
|
2020-07-01 22:52:35 +02:00 |
|
Martin Plattner
|
2a408c9379
|
refactor modify addons
Use a universal ModifySpec class to represent rules.
ModifyHeaders now supports reading the header value from a file.
|
2020-07-01 13:25:28 +02:00 |
|
Thomas Kriechbaumer
|
9f6c0ebc7e
|
Merge pull request #4056 from Kriechi/update-changelog
Update changelog and add PR template
|
2020-07-01 12:22:38 +02:00 |
|
Maximilian Hils
|
5169962fdf
|
alternative PR template wording proposal
|
2020-07-01 12:13:33 +02:00 |
|
Thomas Kriechbaumer
|
540c293741
|
add PR template
|
2020-07-01 11:47:54 +02:00 |
|
Thomas Kriechbaumer
|
ac95f84a4c
|
update changelog
|
2020-07-01 11:47:42 +02:00 |
|
Martin Plattner
|
2ed7770716
|
modify body addon: fix typo in docs
|
2020-06-30 16:54:17 +02:00 |
|
Martin Plattner
|
0a12479399
|
modify addons: cleanup redundant code and error handling
|
2020-06-30 16:20:06 +02:00 |
|
Martin Plattner
|
48dcc6e073
|
revert modify headers parameter order
|
2020-06-30 14:57:46 +02:00 |
|
Maximilian Hils
|
b9108b271e
|
Merge pull request #4051 from yogeshojha/issue/clearall
New File has been renamed to clear all
|
2020-06-29 19:20:29 +02:00 |
|
Yogesh Ojha
|
4863825737
|
ran npm test
|
2020-06-29 21:36:13 +05:30 |
|
Yogesh Ojha
|
936f349bf7
|
styles/scripts vendor minified
|
2020-06-29 18:13:31 +05:30 |
|
Yogesh Ojha
|
0be9dc305b
|
minified
|
2020-06-29 18:10:57 +05:30 |
|
Yogesh Ojha
|
285b1f5fef
|
New file renamed to Clear all
|
2020-06-29 17:54:39 +05:30 |
|
sanlengjingvv
|
043d18ff73
|
correct spelling mistakes
|
2020-06-28 01:13:20 +08:00 |
|
sanlengjingvv
|
c87294dc60
|
move trailers to response and default None
|
2020-06-28 00:51:44 +08:00 |
|
sanlengjingvv
|
ebbba73281
|
serialize trailers for ws broadcast
|
2020-06-27 15:41:14 +08:00 |
|
sanlengjingvv
|
ca8285605e
|
trailers should be Optional
|
2020-06-27 11:08:26 +08:00 |
|
Martin Plattner
|
4cffbec291
|
modifybody addon: update docs
|
2020-06-26 20:38:57 +02:00 |
|
Martin Plattner
|
b263b0dece
|
replacements addon: rename to ModifyBody
|
2020-06-26 20:10:57 +02:00 |
|
Martin Plattner
|
96e756ead0
|
remove not needed replacement code
|
2020-06-26 19:04:22 +02:00 |
|
Martin Plattner
|
b608b0ef3e
|
replacements addon: improve namings
|
2020-06-26 18:58:17 +02:00 |
|
Martin Plattner
|
29f0bd0276
|
replacements addon: only replace in body
|
2020-06-26 17:52:50 +02:00 |
|
sanlengjingvv
|
7daecd24c5
|
store trailers in HTTPFlow
|
2020-06-26 20:35:51 +08:00 |
|
sanlengjingvv
|
73ece6797c
|
support HTTP2 trailers
|
2020-06-26 20:34:13 +08:00 |
|
Maximilian Hils
|
34286626eb
|
Merge pull request #4045 from mhils/sans-io-adjustments
minor: rename pytest fixture
|
2020-06-26 10:49:04 +02:00 |
|
Maximilian Hils
|
8783630ac3
|
minor: rename pytest fixture
tctx clashes with an omnipresent fixture on sans-io and my IDE
is not smart enough to figure out which one is which.
|
2020-06-26 01:01:25 +02:00 |
|
Maximilian Hils
|
846889c6f9
|
Merge pull request #4043 from mplattner/addon-setheaders-improve
SetHeaders -> ModifyHeaders
|
2020-06-25 18:33:39 +02:00 |
|
Martin Plattner
|
781e0a2e7c
|
rename SetHeaders addon to ModifyHeaders
|
2020-06-25 18:08:48 +02:00 |
|
Maximilian Hils
|
7e0a57aee4
|
Merge pull request #4044 from mplattner/fix-docs-generation
fix docs generation
|
2020-06-25 17:28:47 +02:00 |
|
Maximilian Hils
|
bcffa674ba
|
fix my own linting errors
|
2020-06-25 17:27:20 +02:00 |
|
Maximilian Hils
|
7a0365ea68
|
flow pattern -> flow filter
we somewhat consistently refer to these things as filters (and have a docs page on it), so let's keep that consistency.
|
2020-06-25 17:25:25 +02:00 |
|
Maximilian Hils
|
3885ebbd58
|
fix hugo version name
|
2020-06-25 17:16:41 +02:00 |
|
Martin Plattner
|
527e5fcd22
|
fix docs generation
|
2020-06-25 17:02:12 +02:00 |
|
Martin Plattner
|
b90dded940
|
setheaders addon: update docs
|
2020-06-25 16:53:45 +02:00 |
|
Martin Plattner
|
ccf7182a11
|
setheaders addon: removal of existing headers
|
2020-06-25 16:46:24 +02:00 |
|
Martin Plattner
|
b6c70950c3
|
setheaders addon: change pattern order
|
2020-06-25 15:33:42 +02:00 |
|
Maximilian Hils
|
1f6a980df3
|
Merge pull request #3982 from mhils/critical-san
Certs: mark SAN as critical if no CN is set
|
2020-06-23 23:43:37 +02:00 |
|
Maximilian Hils
|
ed68e0a1ba
|
Merge pull request #4040 from mhils/restructure-examples
Restructure examples
|
2020-06-23 20:21:48 +02:00 |
|