EffectFactory
Set of factory functions for building router Effect.
Last updated
Set of factory functions for building router Effect.
Last updated
Deprecation warning
With an introduction of Marble.js 3.0, old EffectFactory
HTTP route builder is deprecated. Please user.pipe
builder instead.
matchPath
EffectFactory
namespace function. Matches request path for connected Effect.
EffectFactory matchType
function
matchType
EffectFactory
namespace function. Matches HTTP method type for connected Effect.
EffectFactory use
function
use
EffectFactory
namespace function. Connects Effect with path and HTTP method type.
Factorized RouteEffect
object.
parameter
definition
path
string
parameter
definition
type
HttpMethod = 'POST | 'PUT' | 'PATCH' | 'GET' | 'HEAD' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | '*'
parameter
definition
effect
HttpEffect
function