Cleanup.
This commit is contained in:
parent
54426f834b
commit
e768496fe6
2 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# HttpStatus JSP Tag Library
|
||||
|
||||
[](https://github.com/ethauvin/httpstatus/releases/latest) [](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik.httpstatus/httpstatus) [  ](https://bintray.com/ethauvin/maven/HttpStatus/_latestVersion)
|
||||
[](https://github.com/ethauvin/httpstatus/releases/latest) [](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik.httpstatus/httpstatus) [](https://bintray.com/ethauvin/maven/HttpStatus/_latestVersion)
|
||||
[](http://opensource.org/licenses/BSD-3-Clause) [](https://snyk.io/test/github/ethauvin/httpstatus?targetFile=build.gradle) [](https://sonarcloud.io/dashboard?id=ethauvin_HttpStatus)
|
||||
[](https://travis-ci.org/ethauvin/HttpStatus)
|
||||
[](https://ci.appveyor.com/project/ethauvin/httpstatus) [](https://circleci.com/gh/ethauvin/HttpStatus/tree/master)
|
||||
[](https://travis-ci.org/ethauvin/HttpStatus) [](https://ci.appveyor.com/project/ethauvin/httpstatus) [](https://circleci.com/gh/ethauvin/HttpStatus/tree/master)
|
||||
|
||||
|
||||
A simple [JSP](http://www.oracle.com/technetwork/java/javaee/jsp/index.html) Tag Library to display the [code](#hscode), [reason](#hsreason) and/or [cause](#hscode) for [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) in JSP error pages.
|
||||
|
@ -168,7 +167,7 @@ or as a Maven artifact:
|
|||
```
|
||||
|
||||
## Command Line Usage
|
||||
You can query the reason phrase for status code(s) as follows:
|
||||
You can query the reason phrase for status codes as follows:
|
||||
|
||||
```sh
|
||||
$ java -jar httpstatus-1.0.4.jar 404 500
|
||||
|
@ -176,7 +175,7 @@ $ java -jar httpstatus-1.0.4.jar 404 500
|
|||
500: Internal Server Error
|
||||
```
|
||||
|
||||
If no status code is specified, all status codes will be printed:
|
||||
If no status code is specified, all will be printed:
|
||||
|
||||
```sh
|
||||
$ java -jar httpstatus-1.0.4.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue