Session time | Execution time | HTTP method | Request endpoint | Status code | Functions | |
---|---|---|---|---|---|---|
Oct 13 15:34:12 | 47ms | GET | /process_order | 200 OK | process_order calculate_total apply_discount | |
Oct 13 15:28:14 | 158ms | POST | /remove_from_cart | 200 OK | remove_from_cart | |
Oct 13 15:22:15 | 94ms | GET | /process_order | 400 Bad Request | process_order calculate_total apply_discount | |
Oct 13 15:16:20 | 73ms | GET | /list_products | 200 OK | list_products | |
Oct 13 15:10:30 | 42ms | POST | /send_order_confirmation | 200 OK | send_order_confirmation | |
Oct 13 15:04:40 | 108ms | GET | /process_order | 400 Bad Request | process_order calculate_total apply_discount | |
Oct 13 14:58:50 | 88ms | UPDATE | /edit_cart_quantity | 200 OK | edit_cart_quantity calculate_shipping_cost | |
Oct 13 14:52:55 | 89ms | GET | /update_cart_quantity | 200 OK | update_cart_quantity | |
Oct 13 14:46:58 | 102ms | GET | /process_order | 400 Bad Request | process_order calculate_total apply_discount | |
Oct 13 14:41:05 | 75ms | GET | /get_cc_details | 200 OK | get_cc_details calculate_shipping_cost |