Replies: 1 comment 5 replies
-
|
Considering using https://docs.rs/multipart/latest/src/multipart/mock.rs.html#152-165 as an example. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to implement https://docs.rs/multipart/latest/multipart/server/trait.HttpRequest.html for https://docs.trillium.rs/trillium/struct.conn (at least by pulling out the specific header and body). Is there a suggestion here on how to do this? This is what I've considered doing so far (to no avail - this example will not compile):
Beta Was this translation helpful? Give feedback.
All reactions