skerkour / black-hat-rust

Applied offensive security with Rust - https://kerkour.com/black-hat-rust
https://kerkour.com/black-hat-rust
MIT License
3.29k stars 363 forks source link

.json() not a valid function #145

Closed dmk28 closed 1 year ago

dmk28 commented 1 year ago

I'm following along your book to learn more about cybersecurity and coding my own tools (and I chose Rust for this), and I couldn't help but notice that .json() isn't a valid method, nor can I identify where you're getting that method from, in chapter 2 and 3. Can you help me with that?

Thank you.

dmk28 commented 1 year ago

I looked deeper into the docs, it's from reqwest. Sorry to bother you with this, closing it now.