mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-5: Implement QUERY_PARAMETER field type.
This commit is contained in:
		| @@ -99,6 +99,12 @@ public class Field { | ||||
|          */ | ||||
|         public static String TIME = "TIME"; | ||||
|  | ||||
|         /** | ||||
|          * An HTTP query parameter which is expected to be embedded in the URL | ||||
|          * given to a user. | ||||
|          */ | ||||
|         public static String QUERY_PARAMETER = "QUERY_PARAMETER"; | ||||
|  | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user