gavinshark and GitHub
3dff07107a
bugfix:fix the bug that middleware will return illegal http body when http body is empty ( #737 )
...
If the http body is empty. The httpBody function will return HTTP header content from index 3. This is unexpected.
Function caller also cannot tell whether the httpbody is empty or not.
2020-06-22 14:53:49 +03:00
Leonid Bugaev and GitHub
707b311456
Add deleteHttpCookie method ( #658 )
...
Version bumped to 1.0, together with upcoming GoReplay release
2019-03-07 22:45:17 +01:00
Leonid Bugaev
b4a2c018c1
Fix request filtering issue
...
https://github.com/buger/goreplay/issues/648
2019-01-25 20:00:22 +01:00
Vladimir Dubovik and Leonid Bugaev
633cfd5fb4
support value with "=" in httpCookie()
2019-01-07 19:59:50 +01:00
Leonid Bugaev
9eb6ab262b
Add "deleteHttpHeader"
2018-06-22 22:11:29 +05:00
Chintan Patel and Leonid Bugaev
896dbe312a
Exporting the httpHeaders method
...
This method export was missing from last commit (when `httpHeaders` was created)
2018-06-08 08:09:10 +05:00
Daniel Roop and Leonid Bugaev
b1092d1567
Created helper to return all http headers for node middleware
2018-05-23 20:22:58 +03:00
Leonid Bugaev
cb1ae0e7c0
Revert "Update middleware.js"
...
This reverts commit 2db143aaef .
2018-04-24 19:42:37 +03:00
Oleg Blokhin and Leonid Bugaev
2db143aaef
Update middleware.js
...
fix request filtering in middleware.js
2018-04-24 19:42:05 +03:00
Leonid Bugaev
debb265d6d
Fix memory leak
2017-10-04 20:18:05 +03:00
Leonid Bugaev
c5f12b567b
Add log helper and fix memory leak
2017-09-24 22:32:03 +05:00
Leonid Bugaev
c23f95d4cf
Add httpMethod function
2017-05-17 22:47:05 +03:00
Leonid Bugaev
de47f6d6f6
Fix httpHeader when header value contain ":"
2017-05-17 21:21:44 +03:00
Leonid Bugaev
0fb98a8f48
Improve http handling
2017-04-07 14:48:12 +02:00
Leonid Bugaev
ce46188dc2
Update NodeJS middleware
2017-03-06 20:15:35 +03:00
Leonid Bugaev
7c67b8c566
Add NodeJS middleware framework
2017-02-28 17:17:24 +03:00