Home | History | Annotate | Download | only in nanohttpd

Lines Matching refs:HTTPS

7  * Build status: [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd)
8 * Coverage Status: [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd)
9 * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd)
84 This text has to be extrended with an example, so for now take a look at the unit tests for the usage. <https://github.com/NanoHttpd/nanohttpd/blob/master/nanolets/src/test/java/fi/iki/elonen/router/AppNanolets.java>
110 * Support for HTTPS (SSL)
133 * Simple [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) support via `--cors` paramater
181 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*.
230 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
248 Before you start the server to make Nanohttpd serve https connections, when you make sure 'keystore.jks' is in your classpath .