about summary refs log tree commit diff
path: root/src/bin/kittybox-check-webmention.rs
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-08-04 21:37:40 +0300
committerVika <vika@fireburn.ru>2024-08-17 16:05:41 +0300
commit5d7e852c078506c30ea5d5d03da659c66a516559 (patch)
tree344d31c7cfb5bdd4c41b0a6948bfe92e2cbc0f1f /src/bin/kittybox-check-webmention.rs
parent63f56b43e72a602c765f44b71df6615bd5ce139b (diff)
kittybox-indieauth: AuthorizationRequest::into_query_pairs()
This is a more efficient way of appending to a query string, as it
avoids a needless copy and borrows most things instead. We can't
really avoid copying here, since we'll need to write to the query
string, but we can avoid an extra copy by borrowing most of our way
through.
Diffstat (limited to 'src/bin/kittybox-check-webmention.rs')
0 files changed, 0 insertions, 0 deletions