Module utilities

Source
Expand description

API Utility operations

Modulesยง

catch_panic ๐Ÿ”’
Handle catching panics created by endpoints, logging them and properly responding.
convert ๐Ÿ”’
Simple general purpose utility functions.
health ๐Ÿ”’
Service Health Utilities.
json ๐Ÿ”’
JSON related utilities.
middleware ๐Ÿ”’
Custom POEM Middleware for this service.
net ๐Ÿ”’
Networking utility functions.

Constantsยง

_UNUSED ๐Ÿ”’
Unused

Functionsยง

as_hex_string ๐Ÿ”’
Convert bytes to hex string with the 0x prefix
from_hex_string ๐Ÿ”’
Convert bytes to hex string with the 0x prefix