| 237 | } |
| 238 | |
| 239 | TextView |
| 240 | Ex_ua_req_query_value::query_string(Context &ctx) const |
| 241 | { |
| 242 | if (auto hdr{ctx.ua_req_hdr()}; hdr.is_valid()) { |
| 243 | if (ts::URL url{hdr.url()}; url.is_valid()) { |
| 244 | return url.query(); |
| 245 | } |
| 246 | } |
| 247 | return {}; |
| 248 | } |
| 249 | |
| 250 | // -- |
| 251 |
no test coverage detected