HttpSettingsRoutes Class  
The configuration settings of the paths HTTP requests.
Constructor
HttpSettingsRoutes(*, api_prefix: str | None = None, **kwargs: Any)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 api_prefix 
	 | 
	
		
		 The prefix that should precede all the authentication/authorization paths. Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 api_prefix 
	 | 
	
		
		 The prefix that should precede all the authentication/authorization paths.  |