<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gorankusu/testdata/target_http_run_formkindfile_test.txt, 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-09-07T11:37:06Z</updated>
<entry>
<title>all: replace licensing format to REUSE.toml</title>
<updated>2024-09-07T11:37:06Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-07T11:37:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=0ea735eb1af096869ea2b414b4c80efcc978e503'/>
<id>urn:sha1:0ea735eb1af096869ea2b414b4c80efcc978e503</id>
<content type='text'>
Using ".reuse/dep5" has been deprecated since REUSE v3.2.

While at it, add missing license to some files in testdata.
</content>
</entry>
<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: move example to root directory</title>
<updated>2024-02-14T18:12:34Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-02-12T19:14:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=372d10a3e1ea01f8d03e44e6ab8be673d05c0773'/>
<id>urn:sha1:372d10a3e1ea01f8d03e44e6ab8be673d05c0773</id>
<content type='text'>
The goal is to remove duplicate code in testing and show the example on
how to create Gorankusu service from godoc.

Implements: https://todo.sr.ht/~shulhan/gorankusu/5
</content>
</entry>
<entry>
<title>all: implement form input file</title>
<updated>2024-02-04T20:23:00Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-02-04T20:21:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gorankusu/commit/?id=f2cfe0de0eeec8bc7abf9d754b9e89681743ecff'/>
<id>urn:sha1:f2cfe0de0eeec8bc7abf9d754b9e89681743ecff</id>
<content type='text'>
The FormInput now can be set to FormInputKindFile that will rendered
as "&lt;input type='file' ...&gt;" on the web user interface.

Once submitted, the file name, type, size, and lastModification will
be stored under FormInput Filename, Filetype, Filesize, and Filemodms.

Implements: https://todo.sr.ht/~shulhan/trunks/1
</content>
</entry>
</feed>
