mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Exporting the httpHeaders method
This method export was missing from last commit (when `httpHeaders` was created)
This commit is contained in:
committed by
Leonid Bugaev
parent
edae33717e
commit
896dbe312a
@@ -402,7 +402,8 @@ module.exports = {
|
||||
httpCookie: httpCookie,
|
||||
setHttpCookie: setHttpCookie,
|
||||
test: testRunner,
|
||||
benchmark: testBenchmark
|
||||
benchmark: testBenchmark,
|
||||
httpHeaders: httpHeaders
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user