nim-chronos/chronos/apps.nim

11 lines
339 B
Nim

#
# Chronos HTTP/S common types
# (c) Copyright 2021-Present
# Status Research & Development GmbH
#
# Licensed under either of
# Apache License, version 2.0, (LICENSE-APACHEv2)
# MIT license (LICENSE-MIT)
import ./apps/http/[httpserver, shttpserver]
export httpserver, shttpserver