enum DPPM::Prefix::PkgFile::Type
Overview
Supported application types.
Defined in:
prefix/pkg_file.crEnum Members
-
HTML =
0
-
HTTP =
1
-
Lib =
2
-
PHP =
3
-
TCP =
4
-
TCP_UDP =
5
-
UDP =
6
Constructors
Instance Method Summary
- #html?
- #http?
- #lib?
- #php?
- #tcp?
- #tcp_udp?
-
#to_s(io : IO) : Nil
Appends a
String
representation of this enum member to the given io. - #udp?
- #webapp!
-
#webapp? : Bool
Returns
true
if the type is usually used along with an url.
Constructor Detail
Instance Method Detail
def to_s(io : IO) : Nil
#
Description copied from struct Enum
Appends a String
representation of this enum member to the given io.
See also: #to_s
.
def webapp!
#