# Functions
ExecuteTestCase execute test case with gin engine.
Get executes request with GET method Body is structure of response body.
NewJSONRequest creates new request with JSON body.
NewQueryRequest creates request with query strings.
NewResponseRecorder returns a new instance.
NewTestCase returns a new HTTP test case.
NewUploadRequest create a new http upload request.
ParseResponse parses an http response to struct.
PostJSON executes request with POST method and JSON as body, then parse response Body is structure of response body.
SendRequest sends general request to a URL and returns HTTP response.
# Structs
InternalBody defines struct for internal response body This is for communicate with internal services (rio exposed services).
Response is generic response structure Body is data type of the response body.
ResponseRecorder wraps recorder to support CloseNotify.
TestCase is a test case for HTTP request.