mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Format with 0.24.1 formatter
This commit is contained in:
		
							parent
							
								
									4034dab952
								
							
						
					
					
						commit
						159e963404
					
				
					 3 changed files with 7 additions and 7 deletions
				
			
		|  | @ -44,9 +44,9 @@ describe "Context" do | ||||||
| 
 | 
 | ||||||
|       get "/" do |env| |       get "/" do |env| | ||||||
|         { |         { | ||||||
|           before_get:              env.get("before_get"), |           before_get:       env.get("before_get"), | ||||||
|           before_get_int:          env.get("before_get_int"), |           before_get_int:   env.get("before_get_int"), | ||||||
|           before_get_float:        env.get("before_get_float") |           before_get_float: env.get("before_get_float"), | ||||||
|         } |         } | ||||||
|       end |       end | ||||||
| 
 | 
 | ||||||
|  | @ -75,7 +75,7 @@ describe "Context" do | ||||||
|       get "/" do |env| |       get "/" do |env| | ||||||
|         { |         { | ||||||
|           before_get_context_test: env.get("before_get_context_test"), |           before_get_context_test: env.get("before_get_context_test"), | ||||||
|           another_context_test: env.get("another_context_test"), |           another_context_test:    env.get("another_context_test"), | ||||||
|         } |         } | ||||||
|       end |       end | ||||||
| 
 | 
 | ||||||
|  | @ -91,7 +91,7 @@ describe "Context" do | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|     it "fetches non-existent keys from store with get?" do |     it "fetches non-existent keys from store with get?" do | ||||||
|       get "/" {} |       get "/" { } | ||||||
| 
 | 
 | ||||||
|       request = HTTP::Request.new("GET", "/") |       request = HTTP::Request.new("GET", "/") | ||||||
|       io = IO::Memory.new |       io = IO::Memory.new | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ module Kemal | ||||||
|     URL_ENCODED_FORM = "application/x-www-form-urlencoded" |     URL_ENCODED_FORM = "application/x-www-form-urlencoded" | ||||||
|     APPLICATION_JSON = "application/json" |     APPLICATION_JSON = "application/json" | ||||||
|     MULTIPART_FORM   = "multipart/form-data" |     MULTIPART_FORM   = "multipart/form-data" | ||||||
|     PARTS = %w(url query body json) |     PARTS            = %w(url query body json) | ||||||
|     # :nodoc: |     # :nodoc: | ||||||
|     alias AllParamTypes = Nil | String | Int64 | Float64 | Bool | Hash(String, JSON::Type) | Array(JSON::Type) |     alias AllParamTypes = Nil | String | Int64 | Float64 | Bool | Hash(String, JSON::Type) | Array(JSON::Type) | ||||||
|     getter files |     getter files | ||||||
|  |  | ||||||
|  | @ -20,7 +20,7 @@ module Kemal | ||||||
|     # a corresponding `HEAD` route. |     # a corresponding `HEAD` route. | ||||||
|     def add_route(method : String, path : String, &handler : HTTP::Server::Context -> _) |     def add_route(method : String, path : String, &handler : HTTP::Server::Context -> _) | ||||||
|       add_to_radix_tree method, path, Route.new(method, path, &handler) |       add_to_radix_tree method, path, Route.new(method, path, &handler) | ||||||
|       add_to_radix_tree("HEAD", path, Route.new("HEAD", path) {}) if method == "GET" |       add_to_radix_tree("HEAD", path, Route.new("HEAD", path) { }) if method == "GET" | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|     # Check if a route is defined and returns the lookup |     # Check if a route is defined and returns the lookup | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue