Skip to content

jayras-o/wookiee-akka-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

369 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wookiee-akka-http

Component for Extending Wookiee Commands to Function as Akka Http Endpoints

Build Status Latest Release License

Main Wookiee Project

Adding to Pom

Add the jfrog repo to your project first:

<repositories>
    <repository>
        <id>JFrog</id>
        <url>https://oss.jfrog.org/oss-release-local</url>
    </repository>
</repositories>

Add latest version of wookiee:

<dependency>
    <groupId>com.webtrends</groupId>
    <artifactId>wookiee-akka-http_2.11</artifactId>
    <version>${wookiee.version}</version>
</dependency>

Disabling Access Logging

By default, we will log information about each http call to Wookiee Akka Http. To disable this, add to your wookiee-akka-http config section the following:

wookiee-akka-http {
  ...
  access-logging {
    enabled = false
  }
}

About

Component for Extending Wookiee Commands to Function as Akka Http Endpoints

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Scala 99.8%
  • Shell 0.2%