A damn simple library for building production-ready RESTful web services.
-
Updated
Oct 16, 2020 - Java
{{ message }}
A damn simple library for building production-ready RESTful web services.
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
A Node metrics library for measuring and reporting application-level metrics, inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries
A Java library for Rate-Limiting, providing extensible storage and application framework adaptors.
a Dropwizard bundle that serves Swagger UI static content and loads Swagger endpoints.
Scheduling / Quartz integration for Dropwizard
Melon
Addon bundle for Dropwizard to support jOOQ for database access
AspectJ integration for Dropwizard Metrics
evaluating various technologies by implementing a news feed micro-service
A set of classes for using Elasticsearch in a Dropwizard service.
Dropwizard support for Cassandra
Addon bundle for Dropwizard to support Flyway for database migrations
Dropwizard Zipkin Bundle
Dropwizard bundle that enables you to write your config.yaml as a Freemarker template.
Support for reading and writing Google Protocol Buffer objects within Dropwizard
This project shows how JBoss Keycloak and Dropwizard can be used together.
Getting Started with Dropwizard and Kotlin
RxJava support for Jersey resources both server and client
A circuit breaker design pattern for dropwizard
Add a description, image, and links to the dropwizard topic page so that developers can more easily learn about it.
To associate your repository with the dropwizard topic, visit your repo's landing page and select "manage topics."
I see that
x-server-raw-responseis available to expose the underlying to users, allowing deeper customization of response.I was wondering if it's possible to expose a similar interface for request as well? So that we can utilize some predefined functions by
akka-http. For example,extractClientIP.Not a huge deal and is blocking anything, since we can simply replicate all these funct