Lines Matching refs:urls
60 boost::system::result<boost::urls::url> parsedUrl = in searchCollectionsArray()
61 boost::urls::parse_relative_ref(uri); in searchCollectionsArray()
69 boost::urls::segments_ref segments = parsedUrl->segments(); in searchCollectionsArray()
114 boost::urls::url collectionUrl(*it); in searchCollectionsArray()
115 boost::urls::segments_view collectionSegments = collectionUrl.segments(); in searchCollectionsArray()
116 boost::urls::segments_view::iterator itCollection = in searchCollectionsArray()
118 const boost::urls::segments_view::const_iterator endCollection = in searchCollectionsArray()
170 auto parsed = boost::urls::parse_relative_ref(strValue); in addPrefixToStringItem()
180 boost::urls::url_view thisUrl = *parsed; in addPrefixToStringItem()
203 const boost::urls::segments_view urlSegments = thisUrl.segments(); in addPrefixToStringItem()
205 boost::urls::url url("/"); in addPrefixToStringItem()
206 boost::urls::segments_view::const_iterator it = urlSegments.begin(); in addPrefixToStringItem()
207 const boost::urls::segments_view::const_iterator end = urlSegments.end(); in addPrefixToStringItem()
391 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in constructorCallback()
407 std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in findSatelliteConfigs()
442 std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in addSatelliteConfig()
444 boost::urls::url url; in addSatelliteConfig()
583 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo, in findSatellite()
615 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in aggregateAndHandle()
672 const boost::urls::segments_view urlSegments = thisReq.url().segments(); in aggregateAndHandle()
673 boost::urls::url currentUrl("/"); in aggregateAndHandle()
674 boost::urls::segments_view::const_iterator it = urlSegments.begin(); in aggregateAndHandle()
675 boost::urls::segments_view::const_iterator end = urlSegments.end(); in aggregateAndHandle()
705 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in forwardRequest()
717 boost::urls::url targetURI(thisReq.target()); in forwardRequest()
734 boost::urls::url url(sat->second); in forwardRequest()
749 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in forwardCollectionRequests()
756 boost::urls::url url(sat.second); in forwardCollectionRequests()
774 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in forwardContainsSubordinateRequests()
785 boost::urls::url url(sat.second); in forwardContainsSubordinateRequests()
820 const std::unordered_map<std::string, boost::urls::url>&)> in getSatelliteConfigs()
830 std::unordered_map<std::string, boost::urls::url> satelliteInfo; in getSatelliteConfigs()
1193 boost::urls::url_view url = thisReq.url(); in beginAggregation()
1217 const boost::urls::segments_view urlSegments = url.segments(); in beginAggregation()
1218 boost::urls::url currentUrl("/"); in beginAggregation()
1219 boost::urls::segments_view::const_iterator it = urlSegments.begin(); in beginAggregation()
1220 boost::urls::segments_view::const_iterator end = urlSegments.end(); in beginAggregation()