Postman
Postman is a popular extension for browsers that is also available as a desktop application. You can get it from here: https://www.getpostman.com/. The coolest features of Postman include that you can group requests and use configurable variables in requests.
For example, let's send a sign-in request to our application that we started with Docker Compose. Install Postman and create a new workspace called Rust Microservices. Enter the URL of an application, set the method to POST, and add the body as x-www-form-unlencoded, with two parameters, email and password (the user has to have been created with /signup before). Click the Send button:
As you can see, the microservices returned a response with cookies, which contain an auth-example ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access