ywkaras commented on code in PR #9678:
URL: https://github.com/apache/trafficserver/pull/9678#discussion_r1186774171


##########
doc/developer-guide/api/functions/TSUrlHostGet.en.rst:
##########
@@ -52,6 +52,10 @@ buffers. The URL functions can create, copy, retrieve or 
delete entire URLs,
 and retrieve or modify parts of URLs, such as their host, port or scheme
 information.
 
+    TSMBufferCreate(...)
+    TSUrlParse(...)
+    TSUrlHostGet(...)

Review Comment:
   Hmm, I'm still confused.  I think you are touching on an entirely separate 
issue, that the **Description** obscures the fact that *offset* refers to a 
URL.  But TSUrlParse() is *not* the only way to get a TSMLoc that refers to a 
URL.  TSHttpHdrUrlGet() and TSHttpTxnPristineUrlGet() also provide a TSMLoc 
value that refers to a URL.
   
   Also I don't understand why you prefer a terse outline of a code example, 
rather than a more complete code example.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to