mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Add Int64 type to context store
This commit is contained in:
		
							parent
							
								
									a794c3dae2
								
							
						
					
					
						commit
						1b27f5c011
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
| # Instances of this class are passed to an `HTTP::Server` handler. | ||||
| class HTTP::Server | ||||
|   class Context | ||||
|     alias StoreTypes = Nil | String | Int32 | Float64 | Bool | ||||
|     alias StoreTypes = Nil | String | Int32 | Int64 | Float64 | Bool | ||||
|     getter store = {} of String => StoreTypes | ||||
| 
 | ||||
|     def params | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue