| Copyright | (c) Alexey Radkov 2018-2023 |
|---|---|
| License | BSD-style |
| Maintainer | alexey.radkov@gmail.com |
| Stability | stable |
| Portability | non-portable (requires POSIX and Template Haskell) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
NgxExport.Tools
Description
Extra tools for using in custom Haskell code with nginx-haskell-module.
Synopsis
- module NgxExport.Tools.Combinators
- module NgxExport.Tools.Read
- module NgxExport.Tools.SimpleService
- module NgxExport.Tools.System
- module NgxExport.Tools.TimeInterval
Documentation
Combinators of effectful actions (including split services)
module NgxExport.Tools.Combinators
Reading custom types from ByteStrings
module NgxExport.Tools.Read
Exporters of simple services
Various functions to access low-level Nginx API
module NgxExport.Tools.System
A simple implementation of time intervals
module NgxExport.Tools.TimeInterval