Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

A minimalistic set of libraries collated together for making small throw away java native image http demo

License

Notifications You must be signed in to change notification settings

digitalfondue/ni-http-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ni-http-suite

Maven Central

or Not Invented Here ttp-suite.

It's a minimalistic set of libraries collated together for making small throw away http demo.

The main goal is to be able to generate a graal native-image with 0 additional descriptors (especially the reflection one).

You can see a demo here for google cloud run: https://github.com/digitalfondue/ni-http-suite-example

Based on:

Download

maven:

<dependency>
    <groupId>ch.digitalfondue.ni-http-suite</groupId>
    <artifactId>ni-http-suite</artifactId>
    <version>0.1.1</version>
</dependency>

gradle:

compile 'ch.digitalfondue.ni-http-suite:ni-http-suite:0.1.1'

License

ni-http-suite is licensed under the Apache License Version 2.0.

Example

Code: https://github.com/digitalfondue/ni-http-suite/blob/master/src/test/java/ch/digitalfondue/nihttpsuite/Example.java

Full example for google cloud run (with Docker file...): https://github.com/digitalfondue/ni-http-suite-example

About

A minimalistic set of libraries collated together for making small throw away java native image http demo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages