Request Routing

Before we create a RabbitMQ producer and consumer for the Core app, we must correctly route requests in the app. In Flask, a request is an object bearing all the data a client sends to a server. We can access this data using the HTTP GET or POST methods.

Get hands-on with 1200+ tech skills courses.