Update README.md

This commit is contained in:
Rasmus Melchior Jacobsen 2023-05-12 09:25:45 +02:00 committed by GitHub
parent 30fe4d7b75
commit 033687ee86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ assert_eq!(url.port_or_default(), 80);
assert_eq!(url.path(), "/foo/bar"); assert_eq!(url.path(), "/foo/bar");
``` ```
The implementation is heavily inspired (close to copy/pase) from the Url type in [reqwless](https://github.com/drogue-iot/reqwless). The implementation is heavily inspired (close to copy/paste) from the Url type in [reqwless](https://github.com/drogue-iot/reqwless).