Differences
This shows you the differences between two versions of the page.
— |
e:endpoint [2018/08/10 18:16] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # Endpoint | ||
+ | |||
+ | And endpoint is a message destination . | ||
+ | |||
+ | It can be part of a target URL (including the port number). | ||
+ | |||
+ | For example, for the following URL: | ||
+ | |||
+ | http://maps.googleapis.com/maps/api/geocode/xml?address=Rio&sensor=false | ||
+ | |||
+ | the endpoint is | ||
+ | |||
+ | http://maps.googleapis.com | ||