http-proxy

Http proxy for Vert.x

License

License

GroupId

GroupId

fr.wseduc
ArtifactId

ArtifactId

http-proxy
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

http-proxy
Http proxy for Vert.x
Project URL

Project URL

https://github.com/web-education/http-proxy
Source Code Management

Source Code Management

https://github.com/web-education/http-proxy.git

Download http-proxy

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
io.vertx : testtools jar 2.0.0-final

Project Modules

There are no modules declared in this project.

Présentation

Module http proxy

Proxy configuration example :

"proxies" : [
	{ "location" : "/", "proxy_pass": "http://localhost:8017" },
	{ "location" : "/admin", "proxy_pass": "http://localhost:8008" }
]
fr.wseduc

Open Digital Education

Startup EdTech, notre vocation est de concevoir des solutions qui font évoluer les pratiques pédagogiques et favorisent la réussite scolaire

Versions

Version
1.1.0