Go to file
Peter 7c2a41ad25 Move TLS/cert handling to main app
- apply changes in proxy plugin and TLS interceptor
- add HTTPS proxy support
- move ca-generation command to main app
- minor refactoring to improve API stability
- move mocks to extra packages to avoid cycling imports
- fix bug in multi-port configuration
- change HTTP proxy to redirect to HTTP mock instead of maintaining custom rules
2020-04-26 00:32:46 +02:00
.github/workflows Add goreleaser 2020-04-09 00:44:13 +02:00
assets/fakeFiles Initial working version 2020-04-01 04:08:21 +02:00
deploy Prepare systemd deployment 2020-04-12 00:09:30 +02:00
docs Add Makefile and reference to docs 2020-04-07 00:31:47 +02:00
internal Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
pkg Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
plugins Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
.dockerignore Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
.gitattributes Initial working version 2020-04-01 04:08:21 +02:00
.gitignore Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
.goreleaser.yml Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
config.yaml Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
Dockerfile Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
go.mod Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
go.sum Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
LICENSE Create LICENSE 2020-04-11 12:17:15 +02:00
main.go Initial working version 2020-04-01 04:08:21 +02:00
Makefile Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
mock_config.yaml Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
proxy_config.yaml Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
README.md Add Makefile and reference to docs 2020-04-07 00:31:47 +02:00

INetMock

Docs

Docs are available either in the docs/ directory or as rendered markdown book at the GitHub pages.