Select the types of activity you want to include in your feed.
feat: add user-agent header to all outbound HTTP requests
Add centralized http_client module that wraps httpc and hackney send functions to automatically include 'user-agent: quickslice' header. Updated all HTTP call sites to use the new module.