| Import line: | Soup = imports.gi.Soup; | 
| GIR File: | Soup-2.4.gir | 
| C documentation: | SoupExpectation | 
| Enum : | Expectation | 
| Properties | |
|---|---|
| 
		guint32 Soup.Expectation.CONTINUE : 2
			 | |
| 
		guint32 Soup.Expectation.UNRECOGNIZED : 1
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Soup.MessageHeaders Method | 
			get_expectations
				
				 () 
			
				
					 : 
					Soup.Expectation
					
				
			
		 Gets the expectations declared by hdrs's "Expect" header. | 
| Soup.MessageHeaders Method | 
			set_expectations
				
				 (Expectation expectations) 
			
				
					 : 
					none
					
				
			
		 Sets hdrs's "Expect" header according to expectations. |