azure_functions_worker/dispatcher.py [412:420]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                if HttpV2Registry.http_v2_enabled():
                    capabilities[HTTP_URI] = \
                        initialize_http_server(self._host)
                    capabilities[REQUIRES_ROUTE_PARAMETERS] = _TRUE

            except HttpServerInitError:
                raise
            except Exception as ex:
                self._function_metadata_exception = ex
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azure_functions_worker/dispatcher.py [802:809]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    if HttpV2Registry.http_v2_enabled():
                        capabilities[HTTP_URI] = \
                            initialize_http_server(self._host)
                        capabilities[REQUIRES_ROUTE_PARAMETERS] = _TRUE
                except HttpServerInitError:
                    raise
                except Exception as ex:
                    self._function_metadata_exception = ex
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



