Developer References
Concept explainers and lookup pages designed for quick debugging and implementation work.
Reference Explainers
Base64 Encoding
Base64 converts binary-safe data to ASCII text for transport.
URL Encoding
URL encoding preserves reserved characters in paths and query strings.
JWT
JSON Web Tokens are signed claims used for stateless authorization.
Cron Expressions
Cron schedules define recurring jobs with compact time fields.
HTTP Status Lookup
HTTP 200
OK
HTTP 201
Created
HTTP 204
No Content
HTTP 304
Not Modified
HTTP 400
Bad Request
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
HTTP 409
Conflict
HTTP 410
Gone
HTTP 422
Unprocessable Entity
HTTP 429
Too Many Requests
HTTP 500
Internal Server Error
HTTP 502
Bad Gateway
HTTP 503
Service Unavailable
HTTP 504
Gateway Timeout