in fc/http_handler_response.go [100:106]
func (r *fcResponse) HttpParam() (string, error) { encodedHttpParams, err := r.responseParams() if err != nil { return "", err } return encodedHttpParams, nil }