# Functions
FinishRequestSpan finishes the given HTTP request span and sets the expected response-related tags such as the status code.
HeaderTagsFromRequest matches req headers to user-defined list of header tags and creates span tags based on the header tag target and the req header value.
StartRequestSpan starts an HTTP request span with the standard list of HTTP request span tags (http.method, http.url, http.useragent).