Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
This commit is contained in:
		
							parent
							
								
									e81a4c950f
								
							
						
					
					
						commit
						fa3135d485
					
				
					 7 changed files with 102 additions and 32 deletions
				
			
		| 
						 | 
				
			
			@ -139,7 +139,7 @@ STRIP_FROM_INC_PATH    =
 | 
			
		|||
# (but less readable) file names. This can be useful is your file systems
 | 
			
		||||
# doesn't support long names like on DOS, Mac, or CD-ROM.
 | 
			
		||||
 | 
			
		||||
SHORT_NAMES            = YES
 | 
			
		||||
SHORT_NAMES            = NO
 | 
			
		||||
 | 
			
		||||
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
 | 
			
		||||
# will interpret the first line (until the first dot) of a JavaDoc-style
 | 
			
		||||
| 
						 | 
				
			
			@ -496,7 +496,7 @@ SHOW_DIRECTORIES       = YES
 | 
			
		|||
# This will remove the Files entry from the Quick Index and from the
 | 
			
		||||
# Folder Tree View (if specified). The default is YES.
 | 
			
		||||
 | 
			
		||||
SHOW_FILES             = YES
 | 
			
		||||
SHOW_FILES             = NO
 | 
			
		||||
 | 
			
		||||
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
 | 
			
		||||
# Namespaces page.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue