Skip to content
Snippets Groups Projects
M

maambmb-libs

  • A

    a corpus of names from greek mythology for the purpose of dynamically naming resources.

  • A

    middleware that returns 200 status code responses if the request user-agent is elb-healthchecker.

  • E

    conditionally executed middleware based on a predicate (can return a Promise). If the predicate fails, will call next()

  • E

    wraps middleware such that if a promise rejection is returned, the error will be extracted and passed into next().

  • J

    a lightweight JSON logging library.

  • M

    middleware that redirects all traffic to a common target hostname.

  • P

    a minimalistic and slightly verbose parser combinator library.

  • P
  • P

    A queue that returns a promise when popped, that is resolved when the queue is eventually pushed to. (FIFO)

  • P

    middleware that upgrades traffic from HTTP to HTTPS using the X-FORWARDED-PROTO proxy header.

  • Q

    a serialiser function that turns a JSON object into a valid query-string and a de-serialiser middleware that reconstructs the original JSON object.

  • S

    in conjunction with string interpolation, allows you to safely reference expressions directly within the sql.

  • W

    minimalistic task dependency system