mirror of
https://github.com/nushell/nushell.git
synced 2025-05-22 02:40:49 +02:00
# Description The existing code uses exact matches on content type. This can caused things like "application/json; charset=utf-8" that contain a charset not using send_json method. NOTE: The charset portion in the above example would still be ignored as we rely on serde and the client library to control the encoding, it is still better to catch the json case. --------- Co-authored-by: Ian Manske <ian.manske@pm.me> |
||
---|---|---|
.. | ||
http | ||
url | ||
mod.rs | ||
port.rs |