3 Commits (3137f19ce5c09fb7513ed545c9a47944ebc4261e)

Author SHA1 Message Date
Thomas Porzelt 85a3a4d091 added "if" to condition syntax (if req.path == "/foo" {})
added boolean conditions without operator or rvalue (if phys.is_dir {}, rvalue is always true)
added negated boolean conditions (if !phys.is_dir {}, rvalue is always false)
added physical.is_dir and .is_file conditionals
15 years ago
Stefan Bühler e8e60b3a04 Add clean ipv6+port parsing for listen() 15 years ago
Stefan Bühler 3dceeb5916 Move include files into a separate directory and cleanup include order 15 years ago