Liking cljdoc? Tell your friends :D

s-exp.legba.json

Simple utils to convert to and from jsonNode

Simple utils to convert to and from jsonNode
raw docstring

s-exp.legba.json-pointer

Implementation of https://datatracker.ietf.org/doc/html/rfc6901 parser and resolver

Implementation of https://datatracker.ietf.org/doc/html/rfc6901 parser and
resolver
raw docstring

s-exp.legba.json-schema

JSON Schema validation utilities. Provides helpers to load, cache, and validate JSON Schemas

JSON Schema validation utilities.
Provides helpers to load, cache, and validate JSON Schemas
raw docstring

s-exp.legba.router

Router utilities for HTTP request handling using matching on path/method.

Provides functions for building and matching routes, adapted from clj-simple-router but modified to match on named path parameters (e.g. '/foo/{bar}') and HTTP methods instead of simple wildcards.

Exposes:

  • make-matcher: Builds a matcher from a set of routes.
  • match: Attempts to match a matcher against a Ring-style request.
  • router: Builds a matcher from an OpenAPI schema and optional extra routes.
Router utilities for HTTP request handling using matching on path/method.

Provides functions for building and matching routes, adapted from
clj-simple-router but modified to match on named path parameters
(e.g. '/foo/{bar}') and HTTP methods instead of simple wildcards.

Exposes:
- make-matcher: Builds a matcher from a set of routes.
- match: Attempts to match a matcher against a Ring-style request.
- router: Builds a matcher from an OpenAPI schema and optional extra routes.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close