>
>
>    1. "/codesearch" means a path. "codesearch.google.com/" means a host "
>    codesearch.google.com" and the subtree path "/". Does it mean that the 
>    latter takes precedence over the former?
>
> Yes. A pattern starts with a host will be used firstly if matching 
successfully. 

>
>    1. Does *without also taking over requests for "http://www.google.com/ 
>    <http://www.google.com/>"* mean that the handler for "
>    codesearch.google.com/" does not take requests for "
>    http://www.google.com/";?
>
> Yes. Pattern "codesearch.google.com/" only takes over requests which host 
is "codesearch.google.com". 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/51988a48-90e0-41df-9310-fd7d0e2279e3%40googlegroups.com.

Reply via email to