:male-detective: Inspektor v0.3.0 is out with su...
# feed
s
🕵️‍♂️ Inspektor v0.3.0 is out with support for Request-Response Overriding/Mocking 🎉 Rewriting requests and responses can be useful for mocking and debugging hard-to-find bugs. • Add overrides based on matchers such as URL Regex matcher to match against specific requests based on Regex pattern. • Add actions to modify headers and the body of requests and responses. • Quickly add a new override to an already logged call by clicking on 🖋️+ icon. Inspektor is a multiplatform HTTP inspection (and mocking) library for Ktor inspired by Chucker. Learn more about it in this introductory article. https://medium.com/@koreshreyash/inspektor-multiplatform-http-inspection-library-for-ktor-6c78ae5e5661
K 5
d
Clever name! 😁
😅 3
2
s
Thank you Dave 😄 (fan here)
❤️ 1
s
wasmJS support? 🙂
Do you plan wasmJS support? 🙂
m
OMG great
😄 1
s
Initially, I felt the library would be redundant in web environments because browser devtools are already good at it. But now with the overriding feature; I think extending support for the WASM and JS makes sense.
👍 1
I'll open up the issue... If anyone's interested in contributing; let me know.