<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gorankusu/http_run_handler.go, branch dev</title>
<subtitle>The Go library for load testing HTTP and WebSocket endpoints.</subtitle>
<id>http://git.kilabit.info/gorankusu/atom?h=dev</id>
<link rel='self' href='http://git.kilabit.info/gorankusu/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/'/>
<updated>2024-06-08T16:25:08Z</updated>
<entry>
<title>all: make HTTP Target Params works along with WithRawBody</title>
<updated>2024-06-08T16:25:08Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-06-08T16:25:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=da42a48ebec77232a90723a2dd35441402998b11'/>
<id>urn:sha1:da42a48ebec77232a90723a2dd35441402998b11</id>
<content type='text'>
Previously, if WithRawBody is true, the Params will not be rendered
and parsed during Run.
This changes makes them Params works along with WithRawBody.
If Params are set it will be rendered along with text area for raw body.
</content>
</entry>
<entry>
<title>all: update module pakakeh.go to the tip</title>
<updated>2024-03-15T06:58:56Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-03-15T06:58:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=8ba25dd9f5d823a4bd66967b33ee9d2624397129'/>
<id>urn:sha1:8ba25dd9f5d823a4bd66967b33ee9d2624397129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: replace module "share" with "pakakeh.go"</title>
<updated>2024-03-05T11:15:35Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-03-05T09:36:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=cb9e9ecf8466386621954acdafc460ecd0c3f82f'/>
<id>urn:sha1:cb9e9ecf8466386621954acdafc460ecd0c3f82f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: add global HTTP headers for Target</title>
<updated>2024-02-20T18:34:56Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-02-20T18:29:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=9ca138628023b926ddf07cbd2e93562b8e782cf6'/>
<id>urn:sha1:9ca138628023b926ddf07cbd2e93562b8e782cf6</id>
<content type='text'>
The Headers field on Target define the global headers that will be send
along with all HTTPTarget or WebSocketTarget.
The same header can also be defined on HTTPTarget that override the
value of Target.
</content>
</entry>
<entry>
<title>all: add default HTTPRunHandler</title>
<updated>2024-02-15T18:43:53Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-02-15T18:37:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=8d27c8b6fa922fbb90bde8ba3675abf535d12422'/>
<id>urn:sha1:8d27c8b6fa922fbb90bde8ba3675abf535d12422</id>
<content type='text'>
Previously, the default HTTPRunHandler is hidden, called dynamically
based on Run is nil or not.
This changes make it exported as function that return HTTPRunHandler
to show how define and create a custom HTTPRunHandler.
</content>
</entry>
</feed>
