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 get 查询婴儿车。
理想情况下,外部方应该对参数进行 URL 编码,但事实并非如此。
因此,当我在收到的请求上调用 :query-string 时,它可以正常工作。
无论如何我可以缓解这个问题吗?
我已经浏览了 http-kit 文档和 ring doc,因为 http-kit 符合 ring 规范但无济于事。如果有人能指出我正确的方向,我将不胜感激。