Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
org.http4k:http4k-connect-google-analytics-ua-fake
Advanced tools
http4k Connect is a lightweight API Client toolkit which includes libraries for connecting to popular third-party cloud
services and AI backends using http4k compatible APIs, along with Fake implementations for usage during local
testing. These are all underpinned by a variation on the
uniform Server as a Function model powered by the HttpHandler
interface
exposed by http4k, so you can:
Although centered around usage in http4k-based projects, http4k-connect does not require this and the libraries are usable from any JVM application.
Although convenient, many API Client libraries introduce many heavyweight dependencies or contain a plethora of non-required functionality, which can have a large effect on binary size. As an alternative, http4k-connect provides lightweight versions of popular APIs covering standard use-cases.
dependencies {
// install the platform...
implementation(platform("org.http4k:http4k-connect-bom:5.25.0.0"))
// ...then choose an API Client
implementation("org.http4k:http4k-connect-amazon-s3")
// ...a fake for testing
testImplementation("org.http4k:http4k-connect-amazon-s3-fake")
// ...and a storage backend (optional)
testImplementation("org.http4k:http4k-connect-storage-redis")
}
See the Module Reference for the complete list of supported services.
Read the guide.
FAQs
null
We found that org.http4k:http4k-connect-google-analytics-ua-fake demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.