Update to hyper 0.12 #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello! I don't understand can i build this code https://github.com/sinitcin/microservice
Please help me =(
formdata was written for hyper version 0.10. You are specifying "*" which will pickup the lastest hyper which I believe is version 0.12. There are many breaking changes between those two versions. I haven't tried using formdata with hyper 0.12... I suspect it's possible but I just haven't looked into the differences closely enough.
maybe something like this (I haven't tried it):
and then instead of using 'reader' just use 'hyper_request' itself.
Good try, but no =( Can you upgrade crate for compatibility with latest version of hyper?
You might want to look for a different library as I don't have the time to work on upgrading formdata at the moment. But I'll leave this issue open as it does need to be addressed eventually if formdata is to survive.
Thank you anyway. If i can fix this earlier that you i send PR for you.
Closing to to archival status