mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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