API
Pipy provides a rich API designed for network proxy use cases.
Configuration
Configuration is the core API for configuring pipeline layouts. Every Pipy module is supposed to be a PipyJS expression that evaluates to a Configuration object.
Use the builtin global function pipy() to create a new Configuration object.
Events
Data formats
Algorithms
- algo.Cache
- algo.HashingLoadBalancer
- algo.LeastWorkLoadBalancer
- algo.Percentile
- algo.ResourcePool
- algo.RoundRobinLoadBalancer
- algo.URLRouter
Cryptography
- crypto.Certificate
- crypto.CertificateChain
- crypto.Cipher
- crypto.Decipher
- crypto.Hash
- crypto.Hmac
- crypto.JWK
- crypto.JWT
- crypto.PrivateKey
- crypto.PublicKey
- crypto.Sign
- crypto.Verify