https://github.com/jmini/jetty-experiments
Experiments with Eclipse Jetty
https://github.com/jmini/jetty-experiments
Last synced: 7 months ago
JSON representation
Experiments with Eclipse Jetty
- Host: GitHub
- URL: https://github.com/jmini/jetty-experiments
- Owner: jmini
- License: epl-2.0
- Created: 2019-05-15T05:28:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T22:55:10.000Z (over 2 years ago)
- Last Synced: 2024-10-06T03:02:52.166Z (about 1 year ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: jetty-experiments
:project-name: Eclipse Jetty Experiments
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0
:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]
//tag::header[]
= {project-name}
Experiments with Eclipse Jetty.
//end::header[]
//tag::description[]
== Description
This repository contains some experiments I do with Eclipse Jetty.
* simple-file-server
* http-proxy
//end::description[]
Read more on the link:{homepage}[project home page].
//tag::contact-section[]
== Get in touch
Use the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
link:{license}[{license-name}]
//end::license-section[]