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
Age
Commit message (
Expand
)
Author
2024-09-07
Release gorankusu v0.7.0 (2024-09-07)
v0.7.0
Shulhan
2024-09-07
all: replace licensing format to REUSE.toml
Shulhan
2024-09-07
go.mod: update all dependencies
Shulhan
2024-09-04
make: add task "build"
Shulhan
2024-09-04
all: update submodule remote URL for "wui"
Shulhan
2024-09-04
go.mod: update all dependencies
Shulhan
2024-06-08
all: add git.sr.ht APIs into example
Shulhan
2024-06-08
_www: support HTTP target with content type "text/html"
Shulhan
2024-06-08
all: use [route.Path] to generate parameters
Shulhan
2024-06-08
all: make HTTP Target Params works along with WithRawBody
Shulhan
2024-06-08
go.mod: update all dependencies
Shulhan
2024-04-24
all: refactoring form input for multipart form-data
Shulhan
2024-04-24
_www: fix form input type file where content is binary
Shulhan
2024-04-23
all: add task to initialize the repository and tools
Shulhan
2024-04-23
internal/cmd/gorankusu: convert documentation to HTML on "build"
Shulhan
2024-04-23
_www: fix save on null Headers and Vars
Shulhan
2024-04-06
Release gorankusu v0.6.1 (2024-04-06)
v0.6.1
Shulhan
2024-03-15
all: update module pakakeh.go to the tip
Shulhan
2024-03-15
all: update module pakakeh.go to the tip
Shulhan
2024-03-05
all: replace module "share" with "pakakeh.go"
Shulhan
2024-03-05
Release gorankusu v0.6.0 (2024-03-05)
v0.6.0
Shulhan
2024-02-21
all: move reading GORANKUSU_DEV environment to [Environment.IsDevelopment]
Shulhan
2024-02-21
all: move constants declaration closer to its usage
Shulhan
2024-02-21
all: add parameter to use custom listen address in NewExample
Shulhan
2024-02-21
all: add global HTTP headers for Target
Shulhan
2024-02-19
all: fix null navigation links
Shulhan
2024-02-19
all: remove Run in Example
Shulhan
2024-02-18
example: add POST header that can return custom HTTP response code
Shulhan
2024-02-16
all: add default HTTPRunHandler
Shulhan
2024-02-16
target: changes Opts to non-pointer
Shulhan
2024-02-16
all: add default HTTPParamsConverter for [HTTPTarget.ParamsConverter]
Shulhan
2024-02-16
all: change the signature of default request/response dumper
Shulhan
2024-02-16
example: check for error and set default attack duration to 10 seconds
Shulhan
2024-02-16
all: set default HTTPTarget Attack if its not set
Shulhan
2024-02-15
all: move example to root directory
Shulhan
2024-02-08
Release gorankusu v0.5.0
v0.5.0
Shulhan
2024-02-08
all: rename left over constant EnvDelopment that still have "trunks"
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
_www/wui: update to tip
Shulhan
2024-02-05
all: add type to customize how to dump HTTP request and response
Shulhan
2024-02-04
http_server: group HTTP paths API into constants
Shulhan
2024-02-04
example: split registering HTTP and WebSocket target into separate methods
Shulhan
2024-02-04
go.mod: update all dependencies
Shulhan
2024-02-04
make: generate test coverage
Shulhan
2024-01-25
internal/cmd/trunks: fix command to run TypeScript compiler
Shulhan
2024-01-25
_www: check HTTP response status greater or equal 400
Shulhan
2024-01-25
all: fix warnings recommended by linter revive
Shulhan
2024-01-25
all: support parameter binding in HTTP Path
Shulhan
[next]