<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gorankusu/http_attack_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-04-24T08:09:33Z</updated>
<entry>
<title>all: refactoring form input for multipart form-data</title>
<updated>2024-04-24T08:09:33Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-04-24T08:09:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=f5aa31cc48e78816d6eec75a03be4abdd7cb6649'/>
<id>urn:sha1:f5aa31cc48e78816d6eec75a03be4abdd7cb6649</id>
<content type='text'>
This changes replace handling type for storing multipart form-data from
"map[string][]byte" to [*multipart.Form] based on changes on module
"pakakeh.go".
</content>
</entry>
<entry>
<title>all: update module pakakeh.go to the tip</title>
<updated>2024-03-15T08:19:01Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-03-15T08:19:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=c358921275fb6c847ed6f9a266712fb1b3488c07'/>
<id>urn:sha1:c358921275fb6c847ed6f9a266712fb1b3488c07</id>
<content type='text'>
On the "lib/http" we refactoring RequestMethod and RequestType type
from int to string for readability, when the value is encoded, for
example to JSON.
So instead of 0, 1 or 2; it will print "GET", "CONNECT", or "HEAD".
</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: set default HTTPTarget Attack if its not set</title>
<updated>2024-02-15T18:38:51Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-02-15T17:24:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=2b6dc0730aa3c30787e440c1090b8041ff6b4ca8'/>
<id>urn:sha1:2b6dc0730aa3c30787e440c1090b8041ff6b4ca8</id>
<content type='text'>
Previously, the function for Attack need to be coded manually.

This changes introduce new function DefaultHTTPAttack that generate
HTTPAttackHandler based on the HTTPTarget method, request type, and
Params; if AllowAttack is true and Attack is nil.

Implements: https://todo.sr.ht/~shulhan/gorankusu/4
</content>
</entry>
</feed>
