shinrich commented on a change in pull request #7622:
URL: https://github.com/apache/trafficserver/pull/7622#discussion_r602366127
##########
File path: proxy/hdrs/HTTP.h
##########
@@ -580,6 +580,27 @@ class HTTPHdr : public MIMEHdr
const char *path_get(int *length ///< Storage for path length.
);
+ /** Get the URL matrix params.
+ This is a reference, not allocated.
+ @return A pointer to the matrix params or @c NULL if there is no valid
URL.
+ */
+ const char *params_get(int *length ///< Storage for param length.
Review comment:
Separated into PR #7628
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]