harp_apps.proxy.helpers

extract_tags_from_request(request)[source]

Convert special request headers (x-harp-*) into tags (key-value pairs) that we’ll attach to the transaction. Headers are “consumed”, meaning they are removed from the request headers.

Parameters:

request (HttpRequest)

humanize_status(status)[source]