Skip to content

ocarlsen/logging-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logging-http

Maven Central Build Quality Gate Status SonarCloud Coverage

A library for logging HTTP requests and responses on server and client.

There are different modules for client and server, and modules shared by both:

client

Client logging libraries.

apache

Logging org.apache.httpHttpRequestInterceptors for request and response.

Maven

<dependency>
    <groupId>com.ocarlsen.logging.http</groupId>
    <artifactId>client-apache</artifactId>
    <version>1.0.2-SNAPSHOT</version>
</dependency>

Gradle

compile 'com.ocarlsen.logging.http:client-apache:1.0.2-SNAPSHOT

spring

Logging org.springframework.http.clientClientHttpRequestInterceptors for request and response.

Maven

<dependency>
    <groupId>com.ocarlsen.logging.http</groupId>
    <artifactId>client-spring</artifactId>
    <version>1.0.2-SNAPSHOT</version>
</dependency>

Gradle

compile 'com.ocarlsen.logging.http:client-spring:1.0.2-SNAPSHOT

parent

The parent POM.

report

Aggregator project for reports, e.g. JaCoCo.

server

Server logging libraries.

javaee

Logging javax.servlet.Filters for request and response.

Maven

<dependency>
    <groupId>com.ocarlsen.logging.http</groupId>
    <artifactId>server-javaee</artifactId>
    <version>1.0.2-SNAPSHOT</version>
</dependency>

Gradle

compile 'com.ocarlsen.logging.http:server-javaee:1.0.2-SNAPSHOT

jdk

Logging com.sun.net.httpserver.Filters for request and response.

Maven

<dependency>
    <groupId>com.ocarlsen.logging.http</groupId>
    <artifactId>server-jdk</artifactId>
    <version>1.0.2-SNAPSHOT</version>
</dependency>

Gradle

compile 'com.ocarlsen.logging.http:server-jdk:1.0.2-SNAPSHOT

util

Utilities for project.

About

Library for logging HTTP requests and responses on server and client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages