mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[fix] poolrequest post method parameters
This commit is contained in:
		
							parent
							
								
									001ec806c5
								
							
						
					
					
						commit
						06186e72a9
					
				@ -45,8 +45,8 @@ def head(url, **kwargs):
 | 
				
			|||||||
    return request('head', url, **kwargs)
 | 
					    return request('head', url, **kwargs)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def post(url, data=None, json=None, **kwargs):
 | 
					def post(url, data=None,  **kwargs):
 | 
				
			||||||
    return request('post', url, data=data, json=json, **kwargs)
 | 
					    return request('post', url, data=data, **kwargs)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def put(url, data=None, **kwargs):
 | 
					def put(url, data=None, **kwargs):
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user