Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Package httpforwarded is a helper package for parsing the Forwarded HTTP header as defined in https://www.rfc-editor.org/rfc/rfc7239. There is a function for parsing the value of multiple Forwarded headers, and a function for formatting a Forwarded header.
Package token is variant of the stdlib package token with types FileSet and Token removed.
This package implements a functionality for parsing, converting and validating OpenAPI v2.0, OpenAPI v3.0 and OpenAPI v3.1.
Package graphql provides a GraphQL client implementation.
Package smithyotelmetrics implements a Smithy client metrics adapter for the OTEL Go SDK.
This package implements WebRTC Data Channels.
This library provides a http.Handler that acts as a health endpoint. It can be used by cloud infrastructure or other services to determine the availability of an application.
Rather than simply returning a response with HTTP status code 200, this library allows building health checks that test the availability of all required dependencies. The HTTP response contains the aggregated health result and details about the health status of each component.
This package provides NT (New Technology) LAN Manager/Negotiate authentication over HTTP.
This package provides bindgings to Java Linstore - Software-Defined Block Storage for container, cloud and virtualisation.
Package speed implements a golang client for the Performance Co-Pilot, system performance analysis toolkit, instrumentation API.
This package contains applications that are useful for exploration of Kafka cluster, or instrumentation. Some of these tools mirror tools that ship with Kafka, but these tools won't require installing the JVM to function.
kafka-console-producer: a command line tool to produce a single message to your Kafka custer.kafka-console-partitionconsumer: a command line tool to consume a single partition of a topic on your Kafka cluster.kafka-console-consumer: a command line tool to consume arbitrary partitions of a topic on your Kafka cluster.kafka-producer-performance: a command line tool to performance test producers (sync and async) on your Kafka cluster.
This package provides an SDK for developing projects with Cloudinary in Go.
This package provides a re-implementation of Julien Schmidt's httprouter, in that it uses a patricia tree, but the logic is rather different. Specifically, the routing rules are relaxed so that a single path segment may be a wildcard in one route and a static token in another.
Package httpsfv implements serializing and parsing of Structured Field Values for HTTP as defined in RFC 9651.
This Golang package handles storage for x509 certificates.
Package log provides the OpenTelemetry Logs SDK.
OpenTelemetry Google Cloud Monitoring Exporter allows the user to send collected metrics to Google Cloud.
Package ssm provides the API client, operations, and parameter types for Amazon Simple Systems Manager.
Web Push API Encryption with VAPID support.
This package implements a core functionality required by Go code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen).
This package contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions.
This package implements HTTP request and response signing and verification. Supports the major MAC and asymmetric key signature algorithms. It has several safety restrictions: One, none of the widely known non-cryptographically safe algorithms are permitted; Two, the RSA SHA256 algorithms must be available in the binary (and it should, barring export restrictions); Finally, the library assumes either the Authorizationn or Signature headers are to be set (but not both).
It's an alternative fork of https://github.com/go-fed/httpsig.
This package implements a functionality to be used for servers listening behind HAProxy of Amazon ELB load balancers. Those load balancers support the use of a proxy protocol, which provides a simple mechanism for the server to get the address of the client instead of the load balancer.
This package implements a various networking related functions used throughout the Pion modules.