Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用喷雾,我想将包含 http 请求的 ByteString 转换为 HttpRequest 对象(或类似的东西,将请求解析为表示请求的对象)。我猜想在 spray-http 中有一些东西可以做到这一点,但我找不到任何例子。谢谢。
包spray.can.parsing似乎对此负责,特别是HttpRequestPartParser类。不幸的是,它不公开...