Open rustonaut opened 7 years ago
Having encoded parameter values is implemented without explicit language support. Sections and language support is not yet implemented.
changed title + labeled it as enhancement as the important basic functionality is done
like
param*=utf8'en-us'the%20content
through because we might start without language support its:param*=utf8''the%20content
and if splitting a param is supported there can be an*N
betwenn the name and the tailing*
e.g.param*0*=utf8''the%20content
Note that the tailing
*
marks that it's meant to be encoded/decodec. inparam*0=value
value can not use percent encodingnote
param*
is semantically the same parameter asparam
just with encoding (and language) support.