# wookiee-akka-http **Repository Path**: mirrors_oracle/wookiee-akka-http ## Basic Information - **Project Name**: wookiee-akka-http - **Description**: Component for Extending Wookiee Commands to Function as Akka Http Endpoints - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wookiee-akka-http Component for Extending Wookiee Commands to Function as Akka Http Endpoints [![Build Status](https://travis-ci.org/oracle/wookiee-akka-http.svg?branch=master)](https://travis-ci.org/oracle/wookiee-akka-http?branch=master) [![Latest Release](https://img.shields.io/github/release/oracle/wookiee-akka-http.svg)](https://github.com/oracle/wookiee-akka-http/releases) [![License](https://img.shields.io/:license-Apache%202-red.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [Main Wookiee Project](https://github.com/oracle/wookiee) ### Adding to Pom Add the jfrog repo to your project first: ~~~~ JFrog https://oss.jfrog.org/oss-release-local ~~~~ Add [latest version](https://github.com/oracle/wookiee-akka-http/releases/latest) of wookiee: ~~~~ com.webtrends wookiee-akka-http_2.11 ${wookiee.version} ~~~~ ### 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 } } ~~~~ ## Contributing This project is not accepting external contributions at this time. For bugs or enhancement requests, please file a GitHub issue unless it’s security related. When filing a bug remember that the better written the bug is, the more likely it is to be fixed. If you think you’ve found a security vulnerability, do not raise a GitHub issue and follow the instructions in our [security policy](./SECURITY.md). ## Security Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process ## License Copyright (c) 2004, 2023 Oracle and/or its affiliates. Released under the Apache License Version 2.0