summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-07Release gorankusu v0.7.0 (2024-09-07)v0.7.0Shulhan
2024-09-07all: replace licensing format to REUSE.tomlShulhan
2024-09-07go.mod: update all dependenciesShulhan
2024-09-04make: add task "build"Shulhan
2024-09-04all: update submodule remote URL for "wui"Shulhan
2024-09-04go.mod: update all dependenciesShulhan
2024-06-08all: add git.sr.ht APIs into exampleShulhan
2024-06-08_www: support HTTP target with content type "text/html"Shulhan
2024-06-08all: use [route.Path] to generate parametersShulhan
2024-06-08all: make HTTP Target Params works along with WithRawBodyShulhan
2024-06-08go.mod: update all dependenciesShulhan
2024-04-24all: refactoring form input for multipart form-dataShulhan
2024-04-24_www: fix form input type file where content is binaryShulhan
2024-04-23all: add task to initialize the repository and toolsShulhan
2024-04-23internal/cmd/gorankusu: convert documentation to HTML on "build"Shulhan
2024-04-23_www: fix save on null Headers and VarsShulhan
2024-04-06Release gorankusu v0.6.1 (2024-04-06)v0.6.1Shulhan
2024-03-15all: update module pakakeh.go to the tipShulhan
2024-03-15all: update module pakakeh.go to the tipShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2024-03-05Release gorankusu v0.6.0 (2024-03-05)v0.6.0Shulhan
2024-02-21all: move reading GORANKUSU_DEV environment to [Environment.IsDevelopment]Shulhan
2024-02-21all: move constants declaration closer to its usageShulhan
2024-02-21all: add parameter to use custom listen address in NewExampleShulhan
2024-02-21all: add global HTTP headers for TargetShulhan
2024-02-19all: fix null navigation linksShulhan
2024-02-19all: remove Run in ExampleShulhan
2024-02-18example: add POST header that can return custom HTTP response codeShulhan
2024-02-16all: add default HTTPRunHandlerShulhan
2024-02-16target: changes Opts to non-pointerShulhan
2024-02-16all: add default HTTPParamsConverter for [HTTPTarget.ParamsConverter]Shulhan
2024-02-16all: change the signature of default request/response dumperShulhan
2024-02-16example: check for error and set default attack duration to 10 secondsShulhan
2024-02-16all: set default HTTPTarget Attack if its not setShulhan
2024-02-15all: move example to root directoryShulhan
2024-02-08Release gorankusu v0.5.0v0.5.0Shulhan
2024-02-08all: rename left over constant EnvDelopment that still have "trunks"Shulhan
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-05_www/wui: update to tipShulhan
2024-02-05all: add type to customize how to dump HTTP request and responseShulhan
2024-02-04http_server: group HTTP paths API into constantsShulhan
2024-02-04example: split registering HTTP and WebSocket target into separate methodsShulhan
2024-02-04go.mod: update all dependenciesShulhan
2024-02-04make: generate test coverageShulhan
2024-01-25internal/cmd/trunks: fix command to run TypeScript compilerShulhan
2024-01-25_www: check HTTP response status greater or equal 400Shulhan
2024-01-25all: fix warnings recommended by linter reviveShulhan
2024-01-25all: support parameter binding in HTTP PathShulhan