Rocket/core
Sergio Benitez 6a3d1ac1d5 Fix 'UriDisplay<Query>' 'Json', 'MsgPack', impls.
As 'FromForm' doesn't provide access to the raw, undecoded string,
'MsgPack' cannot implement 'FromForm::from_value()'. This means that it
is not presently possible to parse a MessagePack form from a query
string. As such, the 'UriDisplay<Query>' implementation was removed.

The 'UriDisplay<Query>' for JSON was fixed such that a round-trip of a
'Json<T>' as a form works as expected.
2021-06-30 06:46:03 -07:00
..
codegen Fix 'UriDisplay<Query>' 'Json', 'MsgPack', impls. 2021-06-30 06:46:03 -07:00
http Add 'RawStr::percent_encode_bytes()'. 2021-06-30 06:46:01 -07:00
lib Fix 'UriDisplay<Query>' 'Json', 'MsgPack', impls. 2021-06-30 06:46:03 -07:00