├── LICENSE ├── README.md ├── config.def ├── pso.config └── pso.d │ ├── pso.mime.config │ ├── pso.regex.config │ └── pso.uri.config └── pso /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/galatolofederico/pso/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/galatolofederico/pso/HEAD/README.md -------------------------------------------------------------------------------- /config.def/pso.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/galatolofederico/pso/HEAD/config.def/pso.config -------------------------------------------------------------------------------- /config.def/pso.d/pso.mime.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config.def/pso.d/pso.regex.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config.def/pso.d/pso.uri.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/galatolofederico/pso/HEAD/config.def/pso.d/pso.uri.config -------------------------------------------------------------------------------- /pso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/galatolofederico/pso/HEAD/pso --------------------------------------------------------------------------------