aboutsummaryrefslogtreecommitdiff
path: root/http_target.go
AgeCommit message (Expand)Author
2024-06-08all: use [route.Path] to generate parametersShulhan
2024-03-15all: update module pakakeh.go to the tipShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2024-02-16all: add default HTTPRunHandlerShulhan
2024-02-16all: add default HTTPParamsConverter for [HTTPTarget.ParamsConverter]Shulhan
2024-02-16all: change the signature of default request/response dumperShulhan
2024-02-16all: set default HTTPTarget Attack if its not setShulhan
2024-02-08all: allow submit free form request body in HTTPTargetShulhan
2024-02-07all: rename the project to gorankusuShulhan
2024-02-05all: implement form input fileShulhan
2024-02-05all: add type to customize how to dump HTTP request and responseShulhan
2024-01-25all: fix warnings recommended by linter reviveShulhan
2024-01-25all: support parameter binding in HTTP PathShulhan
2023-11-11Makefile: replace the Go linter and apply all their recommendationsShulhan
2022-08-21all: remove trailing new line on each mlog formatShulhan
2022-08-21all: fix all linter warningsShulhan
2022-08-21all: reformat with Go 1.19 gofmtShulhan
2022-03-14all: changes the license of trunks software to GPL 3.0 or laterShulhan
2021-12-10all: realign all structsShulhan
2021-09-27all: implement WebSocket APIShulhan
2021-09-19all: add option to set description (Hint) on any inputs elementShulhan
2021-09-18all: add "Hint" for Target, HTTP, and WebSocket TargetShulhan
2021-08-06all: add an handler ConvertParams to HttpTargetShulhan
2021-03-27all: change the Run result to return dump of HTTP request and responseShulhan
2021-03-27all: allow client to customize request method, path, and typeShulhan
2021-03-27all: make the HttpTarget Name to be requiredShulhan
2021-03-24all: fix and update linter warningsShulhan
2021-03-24all: move BaseUrl from AttackOptions to TargetShulhan
2021-03-21all: implement interface and API to delete attack resultShulhan
2021-03-21all: load pass attack results and implement function to get attack resultShulhan
2021-03-21all: various changesShulhan
2021-03-21all: rename loadTestingResult to AttackResultShulhan
2021-03-21all: implement API and interface for attack functionalityShulhan
2021-03-16all: update the vegeta to use module pathShulhan
2021-03-15trunks: a module for testing HTTP servicesShulhan