Path of the callback request with the query parameters.
(self)
| 291 | @property |
| 292 | @has_context |
| 293 | def path(self): |
| 294 | """ |
| 295 | Path of the callback request with the query parameters. |
| 296 | """ |
| 297 | return _get_from_context("path", "") |
| 298 | |
| 299 | @property |
| 300 | @has_context |