Expand description
URL encoding や SHA 計算等のユーティリティ。
Structs§
Constants§
- FRAGMENT 🔒
- percent_encode で変換する文字セット。
Functions§
- check_
http_ resp - HTTP status が成功 (200 台) でなければ Err に変換する。
- check_
http_ resp_ bin - HTTP status が成功 (200 台) でなければ Err に変換する。
- checked_
get_ url - check_http_resp 付きの GET。
- convert_
from_ json - 文字列を JSON としてパースし、T 型に変換する。
- hmac_
sha1 - HMAC SHA1 を計算する。
- hmac_
sha256_ verify - HMAC SHA2 を計算して検証する。
- html_
escape - percent_
encode