All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download http JAR 2.16 with all dependencies


This is the simplest fastest full fledged http server we could come up with

Files of the artifact http version 2.16 from the group net.code-story.

Artifact http
Group net.code-story
Version 2.16
Last update 24. October 2014
Tags: with full http could simplest fledged come server this fastest
Organization not specified
URL https://github.com/CodeStory/code-story-http
License Apache 2
Dependencies amount 11
Dependencies simple-http, less4j, handlebars, markdown4j, snakeyaml, jackson-databind, jackson-datatype-jsr310, slf4j-api, slf4j-simple, webjars-locator, coffee-script,
There are maybe transitive dependencies!
There is a newer version: 2.105
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of http Show documentation

Please rate this JAR file. Is it a good library?

3 downloads

Source code of http version 2.16

META-INF
META-INF.META-INF.MANIFEST.MF
.THIRD-PARTY.txt
app
app.app.404.html
app.app.500.html
app._layouts
app._layouts.app._layouts.default.html
app.auth
app.auth.app.auth.login.html
coffee-script
coffee-script.coffee-script.toJs.js
coffee-script.coffee-script.toSourceMap.js
net.codestory.http
net.codestory.http.net.codestory.http.AbstractWebServer
net.codestory.http.net.codestory.http.Configuration
net.codestory.http.net.codestory.http.Context
net.codestory.http.net.codestory.http.Cookie
net.codestory.http.net.codestory.http.Cookies
net.codestory.http.net.codestory.http.NewCookie
net.codestory.http.net.codestory.http.Part
net.codestory.http.net.codestory.http.Query
net.codestory.http.net.codestory.http.Request
net.codestory.http.net.codestory.http.Response
net.codestory.http.net.codestory.http.WebServer
net.codestory.http.annotations
net.codestory.http.annotations.net.codestory.http.annotations.AllowCredentials
net.codestory.http.annotations.net.codestory.http.annotations.AllowHeaders
net.codestory.http.annotations.net.codestory.http.annotations.AllowMethods
net.codestory.http.annotations.net.codestory.http.annotations.AllowOrigin
net.codestory.http.annotations.net.codestory.http.annotations.AnnotationHelper
net.codestory.http.annotations.net.codestory.http.annotations.Delete
net.codestory.http.annotations.net.codestory.http.annotations.Deletes
net.codestory.http.annotations.net.codestory.http.annotations.ExposeHeaders
net.codestory.http.annotations.net.codestory.http.annotations.Get
net.codestory.http.annotations.net.codestory.http.annotations.Gets
net.codestory.http.annotations.net.codestory.http.annotations.Head
net.codestory.http.annotations.net.codestory.http.annotations.Heads
net.codestory.http.annotations.net.codestory.http.annotations.ManyOptions
net.codestory.http.annotations.net.codestory.http.annotations.MaxAge
net.codestory.http.annotations.net.codestory.http.annotations.Options
net.codestory.http.annotations.net.codestory.http.annotations.Post
net.codestory.http.annotations.net.codestory.http.annotations.Posts
net.codestory.http.annotations.net.codestory.http.annotations.Prefix
net.codestory.http.annotations.net.codestory.http.annotations.Produces
net.codestory.http.annotations.net.codestory.http.annotations.Put
net.codestory.http.annotations.net.codestory.http.annotations.Puts
net.codestory.http.compilers
net.codestory.http.compilers.net.codestory.http.compilers.CacheEntry
net.codestory.http.compilers.net.codestory.http.compilers.CoffeeCompiler
net.codestory.http.compilers.net.codestory.http.compilers.CoffeeSourceMapCompiler
net.codestory.http.compilers.net.codestory.http.compilers.CompiledPath
net.codestory.http.compilers.net.codestory.http.compilers.Compiler
net.codestory.http.compilers.net.codestory.http.compilers.CompilerException
net.codestory.http.compilers.net.codestory.http.compilers.CompilerFacade
net.codestory.http.compilers.net.codestory.http.compilers.Compilers
net.codestory.http.compilers.net.codestory.http.compilers.DiskCache
net.codestory.http.compilers.net.codestory.http.compilers.FormulaPlugin
net.codestory.http.compilers.net.codestory.http.compilers.LessCompiler
net.codestory.http.compilers.net.codestory.http.compilers.MarkdownCompiler
net.codestory.http.compilers.net.codestory.http.compilers.NashornCompiler
net.codestory.http.compilers.net.codestory.http.compilers.PathSource
net.codestory.http.compilers.net.codestory.http.compilers.TablePlugin
net.codestory.http.constants
net.codestory.http.constants.net.codestory.http.constants.Encodings
net.codestory.http.constants.net.codestory.http.constants.Headers
net.codestory.http.constants.net.codestory.http.constants.HttpStatus
net.codestory.http.constants.net.codestory.http.constants.Methods
net.codestory.http.convert
net.codestory.http.convert.net.codestory.http.convert.TypeConvert
net.codestory.http.errors
net.codestory.http.errors.net.codestory.http.errors.BadRequestException
net.codestory.http.errors.net.codestory.http.errors.ErrorPage
net.codestory.http.errors.net.codestory.http.errors.ForbiddenException
net.codestory.http.errors.net.codestory.http.errors.HttpException
net.codestory.http.errors.net.codestory.http.errors.NotFoundException
net.codestory.http.extensions
net.codestory.http.extensions.net.codestory.http.extensions.Extensions
net.codestory.http.filters
net.codestory.http.filters.net.codestory.http.filters.Filter
net.codestory.http.filters.net.codestory.http.filters.PayloadSupplier
net.codestory.http.filters.auth
net.codestory.http.filters.auth.net.codestory.http.filters.auth.AuthData
net.codestory.http.filters.auth.net.codestory.http.filters.auth.CookieAuthFilter
net.codestory.http.filters.auth.net.codestory.http.filters.auth.JsonCookieAuthFilter
net.codestory.http.filters.basic
net.codestory.http.filters.basic.net.codestory.http.filters.basic.BasicAuthFilter
net.codestory.http.filters.log
net.codestory.http.filters.log.net.codestory.http.filters.log.LogRequestFilter
net.codestory.http.filters.mixed
net.codestory.http.filters.mixed.net.codestory.http.filters.mixed.MixedAuthFilter
net.codestory.http.filters.roles
net.codestory.http.filters.roles.net.codestory.http.filters.roles.RoleFilter
net.codestory.http.filters.ssl
net.codestory.http.filters.ssl.net.codestory.http.filters.ssl.ClientCertificateAuthFilter
net.codestory.http.filters.ssl.net.codestory.http.filters.ssl.UserMapper
net.codestory.http.filters.twitter
net.codestory.http.filters.twitter.net.codestory.http.filters.twitter.AuthenticationException
net.codestory.http.filters.twitter.net.codestory.http.filters.twitter.Authenticator
net.codestory.http.filters.twitter.net.codestory.http.filters.twitter.FakeAuthenticator
net.codestory.http.filters.twitter.net.codestory.http.filters.twitter.TwitterAuthFilter
net.codestory.http.filters.twitter.net.codestory.http.filters.twitter.TwitterAuthenticator
net.codestory.http.filters.twitter.net.codestory.http.filters.twitter.User
net.codestory.http.injection
net.codestory.http.injection.net.codestory.http.injection.AbstractGuiceConfiguration
net.codestory.http.injection.net.codestory.http.injection.AbstractSpringConfiguration
net.codestory.http.injection.net.codestory.http.injection.GuiceAdapter
net.codestory.http.injection.net.codestory.http.injection.GuiceConfiguration
net.codestory.http.injection.net.codestory.http.injection.IocAdapter
net.codestory.http.injection.net.codestory.http.injection.Singletons
net.codestory.http.injection.net.codestory.http.injection.SpringAdapter
net.codestory.http.internal
net.codestory.http.internal.net.codestory.http.internal.Handler
net.codestory.http.internal.net.codestory.http.internal.HttpServerWrapper
net.codestory.http.internal.net.codestory.http.internal.SimpleCookie
net.codestory.http.internal.net.codestory.http.internal.SimpleCookies
net.codestory.http.internal.net.codestory.http.internal.SimplePart
net.codestory.http.internal.net.codestory.http.internal.SimpleQuery
net.codestory.http.internal.net.codestory.http.internal.SimpleRequest
net.codestory.http.internal.net.codestory.http.internal.SimpleResponse
net.codestory.http.internal.net.codestory.http.internal.SimpleServerWrapper
net.codestory.http.internal.net.codestory.http.internal.Unwrappable
net.codestory.http.io
net.codestory.http.io.net.codestory.http.io.ClassPaths
net.codestory.http.io.net.codestory.http.io.ClasspathScanner
net.codestory.http.io.net.codestory.http.io.FileVisitor
net.codestory.http.io.net.codestory.http.io.InputStreams
net.codestory.http.io.net.codestory.http.io.Resources
net.codestory.http.io.net.codestory.http.io.SerializationUtils
net.codestory.http.io.net.codestory.http.io.Strings
net.codestory.http.misc
net.codestory.http.misc.net.codestory.http.misc.Cache
net.codestory.http.misc.net.codestory.http.misc.Dates
net.codestory.http.misc.net.codestory.http.misc.Env
net.codestory.http.misc.net.codestory.http.misc.ExtractWebjars
net.codestory.http.misc.net.codestory.http.misc.Fluent
net.codestory.http.misc.net.codestory.http.misc.ForEach
net.codestory.http.misc.net.codestory.http.misc.Hexa
net.codestory.http.misc.net.codestory.http.misc.Md5
net.codestory.http.misc.net.codestory.http.misc.MemoizingSupplier
net.codestory.http.misc.net.codestory.http.misc.NamedDaemonThreadFactory
net.codestory.http.misc.net.codestory.http.misc.Sha1
net.codestory.http.misc.net.codestory.http.misc.UrlConcat
net.codestory.http.misc.net.codestory.http.misc.WebJarUrlFinder
net.codestory.http.payload
net.codestory.http.payload.net.codestory.http.payload.DataSupplier
net.codestory.http.payload.net.codestory.http.payload.Payload
net.codestory.http.payload.net.codestory.http.payload.PayloadWriter
net.codestory.http.reload
net.codestory.http.reload.net.codestory.http.reload.ConfigurationReloadingProxy
net.codestory.http.reload.net.codestory.http.reload.FixedRoutesProvider
net.codestory.http.reload.net.codestory.http.reload.FolderWatcher
net.codestory.http.reload.net.codestory.http.reload.ParentLastClassLoader
net.codestory.http.reload.net.codestory.http.reload.ReloadingRoutesProvider
net.codestory.http.reload.net.codestory.http.reload.RoutesProvider
net.codestory.http.routes
net.codestory.http.routes.net.codestory.http.routes.AnyRoute
net.codestory.http.routes.net.codestory.http.routes.CatchAllRoute
net.codestory.http.routes.net.codestory.http.routes.FourParamsRoute
net.codestory.http.routes.net.codestory.http.routes.NoParamRoute
net.codestory.http.routes.net.codestory.http.routes.NoParamRouteWithContext
net.codestory.http.routes.net.codestory.http.routes.OneParamRoute
net.codestory.http.routes.net.codestory.http.routes.ReflectionRoute
net.codestory.http.routes.net.codestory.http.routes.Route
net.codestory.http.routes.net.codestory.http.routes.RouteCollection
net.codestory.http.routes.net.codestory.http.routes.RouteWrapper
net.codestory.http.routes.net.codestory.http.routes.Routes
net.codestory.http.routes.net.codestory.http.routes.RoutesForwarder
net.codestory.http.routes.net.codestory.http.routes.RoutesListener
net.codestory.http.routes.net.codestory.http.routes.RoutesWithPattern
net.codestory.http.routes.net.codestory.http.routes.SourceMapRoute
net.codestory.http.routes.net.codestory.http.routes.SourceRoute
net.codestory.http.routes.net.codestory.http.routes.StaticRoute
net.codestory.http.routes.net.codestory.http.routes.ThreeParamsRoute
net.codestory.http.routes.net.codestory.http.routes.TwoParamsRoute
net.codestory.http.routes.net.codestory.http.routes.UriParser
net.codestory.http.routes.net.codestory.http.routes.WebJarsRoute
net.codestory.http.security
net.codestory.http.security.net.codestory.http.security.SessionIdStore
net.codestory.http.security.net.codestory.http.security.User
net.codestory.http.security.net.codestory.http.security.Users
net.codestory.http.ssl
net.codestory.http.ssl.net.codestory.http.ssl.SSLContextFactory
net.codestory.http.templating
net.codestory.http.templating.net.codestory.http.templating.BasicResolver
net.codestory.http.templating.net.codestory.http.templating.HandlebarsCompiler
net.codestory.http.templating.net.codestory.http.templating.Model
net.codestory.http.templating.net.codestory.http.templating.ModelAndView
net.codestory.http.templating.net.codestory.http.templating.Site
net.codestory.http.templating.net.codestory.http.templating.Template
net.codestory.http.templating.net.codestory.http.templating.YamlFrontMatter
net.codestory.http.templating.net.codestory.http.templating.YamlParser
net.codestory.http.templating.helpers
net.codestory.http.templating.helpers.net.codestory.http.templating.helpers.EachReverseHelperSource
net.codestory.http.templating.helpers.net.codestory.http.templating.helpers.EachValueHelperSource
net.codestory.http.templating.helpers.net.codestory.http.templating.helpers.GoogleAnalyticsHelper
net.codestory.http.types
net.codestory.http.types.net.codestory.http.types.ContentTypes




© 2015 - 2024 Weber Informatics LLC | Privacy Policy