Imports of package rest

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-chi/chi/v5Package chi is a small, idiomatic and composable router for building HTTP services.
github.com/go-playground/form/v4Package form Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values.
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/maragudk/gomponents
github.com/maragudk/gomponents/http
hauru.club/x/okrzeja/service/configPackage config implements service for manipulating static and dynamic application's configuration.
hauru.club/x/okrzeja/service/httpxPackage httpx implements Okrzeja's HTTP server and specifies required services to run it.
hauru.club/x/okrzeja/service/logPackage log implements logging and telemetry utilities for okrzeja web server.
hauru.club/x/okrzeja/web/viewPackage view implements interactive UI layer of the Okrzeja application with reusable components and javascript libraries for hypermedia-based applications: HTMX (https://htmx.org) and Alpine.js (https://alpinejs.dev).
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.