All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.tapir.server.jdkhttp.package.scala Maven / Gradle / Ivy

The newest version!
package sttp.tapir.server

import java.io.InputStream

package object jdkhttp {

  type HttpServer = com.sun.net.httpserver.HttpServer
  type HttpsConfigurator = com.sun.net.httpserver.HttpsConfigurator

  type JdkHttpResponseBody = (InputStream, Option[Long])
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy