This commit is contained in:
Alex Ford 2022-10-14 10:51:12 +01:00
Родитель 3baad89e57
Коммит b29bf82e05
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -381,6 +381,7 @@ module Http {
/**
* Gets the kind of the accessed input,
* Can be one of "parameter", "header", "body", "url", "cookie".
*/
abstract RequestInputKind getKind();
}
}