mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Add the HttpInput::File() and HttpInput::Date() method
This commit is contained in:
parent
f28378de37
commit
98f45ea4e0
4 changed files with 46 additions and 28 deletions
|
@ -2,6 +2,7 @@
|
|||
enum HttpVariableType{
|
||||
case Array;
|
||||
case Boolean;
|
||||
case DateTime;
|
||||
case Decimal;
|
||||
case Integer;
|
||||
case String;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue