mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	* Implement missing http:c functionality. * More implementation details and cleanup. * Organize code * Disable treat errors as warnings for httplib * Fix defines * Remove pragmas that do nothing and mark as SYSTEM * Make httplib system * Try to fix issue from httplib * Apply suggestions * Fix header ordering * Fix compilation issue * Create and use ctx.CommandID() * Add and use Common::TruncateString * Apply more suggestions * Apply suggestions * Fix compilation * Apply suggestions * Fix format * Revert SplitURL to previous version * Apply suggestions
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| From https://github.com/yhirose/cpp-httplib/commit/0a629d739127dcc5d828474a5aedae1f234687d3
 | |
| 
 | |
| MIT License
 | |
| 
 | |
| ===
 | |
| 
 | |
| cpp-httplib
 | |
| 
 | |
| A C++11 header-only HTTP library.
 | |
| 
 | |
| It's extremely easy to setup. Just include httplib.h file in your code!
 | |
| 
 | |
| Inspired by Sinatra and express.
 | |
| 
 | |
| © 2017 Yuji Hirose
 | |
| 
 |