index
:
gorankusu
dev
main
The Go library for load testing HTTP and WebSocket endpoints.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run_request.go
Age
Commit message (
Expand
)
Author
2024-02-21
all: add global HTTP headers for Target
Shulhan
2024-02-16
target: changes Opts to non-pointer
Shulhan
2024-02-08
all: allow submit free form request body in HTTPTarget
Shulhan
2024-02-07
all: rename the project to gorankusu
Shulhan
2024-02-05
all: implement form input file
Shulhan
2024-02-05
all: add type to customize how to dump HTTP request and response
Shulhan
2024-01-25
all: fix warnings recommended by linter revive
Shulhan
2024-01-25
all: support parameter binding in HTTP Path
Shulhan
2022-08-21
all: remove unused field Locker in RunRequest
Shulhan
2022-08-21
all: fix all linter warnings
Shulhan
2022-08-21
all: reformat with Go 1.19 gofmt
Shulhan
2022-03-14
all: changes the license of trunks software to GPL 3.0 or later
Shulhan
2021-12-10
all: realign all structs
Shulhan
2021-09-25
all: prevent leaking Target and HttpTarget headers and variables
Shulhan
2021-09-06
all: set the original HTTP target if IsCustomizable is true
Shulhan
2021-04-09
all: reformat "if ... && ..." on RunRequest
Shulhan
2021-03-24
all: implement target for WebSocket
Shulhan
2021-03-21
all: rename loadTestingResult to AttackResult
Shulhan
2021-03-21
all: implement API and interface for attack functionality
Shulhan
2021-03-15
trunks: a module for testing HTTP services
Shulhan