Imports of package server

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/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
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/fsnotify/fsnotifyPackage fsnotify provides a cross-platform interface for file system notifications.
github.com/gorilla/muxPackage mux implements a request router and dispatcher.
github.com/open-policy-agent/opa/internal/json/patch
github.com/open-policy-agent/opa/internal/pathwatcherPackage pathwatcher provides helper functions for creating file and directory watchers
github.com/open-policy-agent/opa/v1/astPackage ast declares Rego syntax tree types and also includes a parser and compiler for preparing policies for execution in the policy engine.
github.com/open-policy-agent/opa/v1/bundlePackage bundle implements bundle loading.
github.com/open-policy-agent/opa/v1/logging
github.com/open-policy-agent/opa/v1/metricsPackage metrics contains helpers for performance metric management inside the policy engine.
github.com/open-policy-agent/opa/v1/pluginsPackage plugins implements plugin management for the policy engine.
github.com/open-policy-agent/opa/v1/plugins/bundlePackage bundle implements bundle loading.
github.com/open-policy-agent/opa/v1/plugins/server/decodingPackage decoding implements the configuration side of the upgraded gzip decompression framework.
github.com/open-policy-agent/opa/v1/plugins/server/encoding
github.com/open-policy-agent/opa/v1/plugins/statusPackage status implements status reporting.
github.com/open-policy-agent/opa/v1/regoPackage rego exposes high level APIs for evaluating Rego policies.
github.com/open-policy-agent/opa/v1/server/authorizerPackage authorizer provides authorization handlers to the server.
github.com/open-policy-agent/opa/v1/server/handlers
github.com/open-policy-agent/opa/v1/server/identifierPackage identifier provides handlers for associating identity information with incoming requests.
github.com/open-policy-agent/opa/v1/server/typesPackage types contains request/response types and codes for the server.
github.com/open-policy-agent/opa/v1/server/writerPackage writer contains utilities for writing responses in the server.
github.com/open-policy-agent/opa/v1/storagePackage storage exposes the policy engine's storage layer.
github.com/open-policy-agent/opa/v1/topdownPackage topdown provides low-level query evaluation support.
github.com/open-policy-agent/opa/v1/topdown/builtinsPackage builtins contains utilities for implementing built-in functions.
github.com/open-policy-agent/opa/v1/topdown/cachePackage cache defines the inter-query cache interface that can cache data across queries
github.com/open-policy-agent/opa/v1/topdown/lineage
github.com/open-policy-agent/opa/v1/tracingPackage tracing enables dependency-injection at runtime.
github.com/open-policy-agent/opa/v1/utilPackage util provides generic utilities used throughout the policy engine.
github.com/open-policy-agent/opa/v1/versionPackage version contains version information that is set at build time.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
golang.org/x/net/http2/h2cPackage h2c implements the unencrypted "h2c" form of HTTP/2.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/pprofPackage pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
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.