mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Example Configuration"
 | |
|     config EXAMPLE_HTTP_ENDPOINT
 | |
|         string "Example HTTP Endpoint"
 | |
|         default "httpbin.org"
 | |
|         help
 | |
|             Target endpoint host-name for the example to use.
 | |
|     config EXAMPLE_ENABLE_RESPONSE_BUFFER_DUMP
 | |
|         bool "Enable logging response buffer from HTTP event handler"
 | |
|         default n
 | |
|         help
 | |
|             HTTP response is accumulated in output_buffer. Enable this config to print the accumulated response
 | |
| endmenu
 | 
