webscrew


License

License

GroupId

GroupId

me.geso
ArtifactId

ArtifactId

webscrew
Last Version

Last Version

0.11.1
Release Date

Release Date

Type

Type

jar
Description

Description

webscrew
webscrew
Project URL

Project URL

http://github.com/tokuhirom/webscrew
Source Code Management

Source Code Management

https://github.com/tokuhirom/webscrew/

Download webscrew

How to add to project

<!-- https://jarcasting.com/artifacts/me.geso/webscrew/ -->
<dependency>
    <groupId>me.geso</groupId>
    <artifactId>webscrew</artifactId>
    <version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/webscrew/
implementation 'me.geso:webscrew:0.11.1'
// https://jarcasting.com/artifacts/me.geso/webscrew/
implementation ("me.geso:webscrew:0.11.1")
'me.geso:webscrew:jar:0.11.1'
<dependency org="me.geso" name="webscrew" rev="0.11.1">
  <artifact name="webscrew" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='webscrew', version='0.11.1')
)
libraryDependencies += "me.geso" % "webscrew" % "0.11.1"
[me.geso/webscrew "0.11.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.6

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2
javax.servlet : javax.servlet-api jar 3.1.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.11
me.geso : mech2 jar 0.3.0
me.geso : servlettester-jetty jar 0.1.0
com.google.guava : guava jar 18.0
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.

webscrew

Build Status javadoc.io

webscrew is a web application toolkit for Java servlet like Plack/Rack.

INSTALLATION

  <dependency>
    <groupId>me.geso</groupId>
    <artifactId>webscrew</artifactId>
    <version>${webscrew.version}</version>
  </dependency>

MOTIVATION

I need a utility libraries for Java servlets.

FEATURES

  • Helper functions for HttpServletRequest.
    • uriFor
    • uriWith
    • getCurrentURI
  • Helper utilities for basic auth.
  • Response objects.

LICENSE

  The MIT License (MIT)
  Copyright © 2014 Tokuhiro Matsuno, http://64p.org/ <[email protected]>

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the “Software”), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.

Versions

Version
0.11.1
0.11.0
0.10.0
0.9.0
0.8.0
0.7.11
0.7.10
0.7.9
0.7.7