t

troxy-server

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.
https://github.com/SpareBank1/Troxy/troxy-server
MIT License
Ole Kristian Sunde
文件下载
文件名 操作
troxy-server-3.1.71.jar 下载
troxy-server-3.1.71.pom 下载
troxy-server-3.1.71-sources.jar 下载
Apache Maven
<dependency>
  <groupId>no.sparebank1.troxy</groupId>
  <artifactId>troxy-server</artifactId>
  <version>3.1.71</version>
</dependency>
Gradle Groovy
implementation 'no.sparebank1.troxy:troxy-server:3.1.71'
Gradle Kotlin
implementation("no.sparebank1.troxy:troxy-server:3.1.71")
Scala SBT
libraryDependencies += "no.sparebank1.troxy" % "troxy-server" % "3.1.71"
Groovy Grape
@Grapes(
  @Grab(group='no.sparebank1.troxy', module='troxy-server', version='3.1.71')
)
Apache Ivy
<dependency org="no.sparebank1.troxy" name="troxy-server" rev="3.1.71" />
Leiningen
[no.sparebank1.troxy/troxy-server "3.1.71"]
Apache Buildr
'no.sparebank1.troxy:troxy-server:jar:3.1.71'