Cryonel

Developer Reference Guides

Compact, implementation-focused references for the protocol details developers look up while building and debugging APIs.

These pages are designed to answer two questions quickly: what a field, status, or encoding rule means, and what an implementation should do with it. Each reference links back to a relevant browser-based tool or troubleshooting guide so a definition can be tested against real input without uploading that input to Cryonel.

HTTP

Use the HTTP references when a request reaches the wrong handler, a response is cached unexpectedly, or browser security headers change client behavior. They distinguish protocol semantics from framework conventions and include practical request and response examples.

Authentication and API Contracts

This group covers the trust and compatibility boundaries around APIs: JWT claims, OAuth flows, OpenAPI schemas, JSON Schema constraints, and webhook delivery. Treat the entries as implementation references, not substitutes for issuer-specific security policy.

Encoding, Formats and Scheduling

Encoding and format references focus on the small differences that cause large bugs: Base64 versus Base64URL, timestamp units, JSON value types, MIME types, URL escaping, UUID versions, and cron field order. Verify the producer's contract before applying a conversion.

Editorial method

Reference content is checked against the relevant published specification and a working example. When ecosystems differ, the page identifies that boundary instead of presenting one library's behavior as a universal rule. See About Cryonel for the maintainer, correction process, and automated quality checks.