diladele / websafety

Simple and powerful web filter for HTTP and HTTPS traffic
https://www.diladele.com/websafety/
244 stars 24 forks source link

wsmgrd: Get rid of the following in GOLANG #245

Open ra-at-diladele-com opened 7 years ago

ra-at-diladele-com commented 7 years ago
> routes = append(routes, service.RestRoute{
>        Url:     "/monitoring/analytics/icap/getlastitems",
>        Method:  "GET",
>        Handler: c.GetLastItems,
>    })
ra-at-diladele-com commented 7 years ago

we ask squid directly using squidclient binary now - so there is no need to get the last items through wsmgrd.

NOTE: all other routes MUST remain intact.