You've already forked cpp-httplib
							
							
		
			
				
	
	
		
			7 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #/usr/bin/env bash
 | |
| for i in {1..10000}
 | |
| do
 | |
|   echo "#### $i ####"
 | |
|   curl -X POST -F image_file=@$1 http://localhost:1234/post > /dev/null
 | |
| done
 |