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
/
example
/
example.go
Age
Commit message (
Expand
)
Author
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-02-04
example: split registering HTTP and WebSocket target into separate methods
Shulhan
2024-01-25
all: fix warnings recommended by linter revive
Shulhan
2024-01-25
all: support parameter binding in HTTP Path
Shulhan
2023-11-11
Makefile: replace the Go linter and apply all their recommendations
Shulhan
2022-08-21
example: fix the HTTP POST handler
Shulhan
2022-08-21
all: remove trailing new line on each mlog format
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
2022-01-10
all: update share and ciigo modules
Shulhan
2021-12-21
all: add option to open link inside an iframe
Shulhan
2021-12-21
all: add feature to register custom navigation link
Shulhan
2021-10-18
all: rename internal/cmd/trunks-example to internal/cmd/trunks
Shulhan
2021-10-17
all: move the main program for example to internal/cmd/trunks-example
Shulhan
2021-09-28
www: group related fields to use fieldset instead of header
Shulhan
2021-09-26
all: unembed HTTP server on Trunks
Shulhan
2021-09-25
example: return all response like HTTP Request in JSON format
Shulhan
2021-09-25
all: prevent leaking Target and HttpTarget headers and variables
Shulhan
2021-09-19
all: display notification on failed or success Run
Shulhan
2021-09-19
all: add option to set description (Hint) on any inputs element
Shulhan
2021-09-18
all: add "Hint" for Target, HTTP, and WebSocket Target
Shulhan
2021-04-09
all: change the WebSocket run return type to interface{}
Shulhan
2021-03-27
all: change the Run result to return dump of HTTP request and response
Shulhan
2021-03-27
all: allow client to customize request method, path, and type
Shulhan
2021-03-24
all: fix and update linter warnings
Shulhan
2021-03-24
all: implement target for WebSocket
Shulhan
2021-03-24
all: move BaseUrl from AttackOptions to Target
Shulhan
2021-03-21
all: implement interface and API to cancel running attack
Shulhan
2021-03-21
all: load pass attack results and implement function to get attack result
Shulhan
2021-03-21
all: various changes
Shulhan
2021-03-21
all: implement API and interface for attack functionality
Shulhan
2021-03-15
trunks: a module for testing HTTP services
Shulhan