Movatterモバイル変換


[0]ホーム

URL:


Docs.rs

Crateform_urlencoded

Source
Expand description

Parser and serializer for theapplication/x-www-form-urlencoded syntax,as used by HTML forms.

Converts between a string (such as an URL’s query string)and a sequence of (name, value) pairs.

Structs§

ByteSerialize
Return value ofbyte_serialize().
Parse
The return type ofparse().
ParseIntoOwned
LikeParse, but yields pairs ofString instead of pairs ofCow<str>.
Serializer
Theapplication/x-www-form-urlencoded serializer.

Traits§

Target

Functions§

byte_serialize
Theapplication/x-www-form-urlencoded byte serializer.
parse
Convert a byte string in theapplication/x-www-form-urlencoded syntaxinto a iterator of (name, value) pairs.

Type Aliases§

EncodingOverride

[8]ページ先頭

©2009-2025 Movatter.jp