Add types to the structs media-type, request, response.
Tests are succeeding so far, but maybe more tests should be performed.
Also I was not sure whether the default value for some slots of type string should be nil or "".
This mainly applies for required slots of request: e.g. script-name, path-info, request-uri, remote-addr.
Add types to the structs
media-type
,request
,response
.Tests are succeeding so far, but maybe more tests should be performed.
Also I was not sure whether the default value for some slots of type string should be
nil
or""
. This mainly applies for required slots ofrequest
: e.g.script-name
,path-info
,request-uri
,remote-addr
.