| Import line: | Soup = imports.gi.Soup; | 
| GIR File: | Soup-2.4.gir | 
| C documentation: | SoupHTTPVersion | 
| Enum : | HTTPVersion | 
| Properties | |
|---|---|
| 
		guint32 Soup.HTTPVersion.HTTP_1_0 : 0
			 | |
| 
		guint32 Soup.HTTPVersion.HTTP_1_1 : 1
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Soup.Message Property | 
				http_version : Soup.HTTPVersion 
                   
                     
			 | 
| Soup.Message Method | 
			get_http_version
				
				 () 
			
				
					 : 
					Soup.HTTPVersion
					
				
			
		 Gets the HTTP version of msg. | 
| Soup.Message Method | 
			set_http_version
				
				 (HTTPVersion version) 
			
				
					 : 
					none
					
				
			
		 Sets the HTTP version on msg. |