Private Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 addRoute, Barefoot.APIAdapter.Server
C
 createExpressJsRoute, Barefoot.APIAdapter.Server
E
 extractParams, Barefoot.APIAdapter.Server
G
 getServerOnlyFiles, Barefoot.Start.Server
M
 matchRoute, Barefoot.APIAdapter.Server
P
 prepareBrowserify, Barefoot.Start.Server
 processCallbacks, Barefoot.APIAdapter.Server
U
 urlRegexp, Barefoot.APIAdapter.Server
The functions generated by createRouteFactories use this function to create an actual api route.
Creates an Express.JS request handlers.
Takes a match object of a regex execution and extracts the parameters identified by keys.
Returns an array with absolute paths to the files contained in the server sub folder.
This function takes an HTTP method and a URL.
Adds the Browserify middleware the the given express.js app.
This function is used to run a callback function or an array of stacked callback functions which are registered for an API route.
Takes a route URL with possible placeholders like “/contacts/:contactid” and prepares a RegEx for later pattern matching when trying to resolve a route
Close