Skip to content

Commit bff8748

Browse files
committed
add usage.png image
1 parent a6e97a6 commit bff8748

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ docker run --rm -v ${pwd}/private.conf:/server/config/application.conf -v${pwd}
3535
# open your browser to access http://127.0.0.1:9000
3636

3737
```
38+
设置 usage.png 大小
39+
<img src="/doc/usage.png" alt="usage" width="500" />
40+
3841
The params are:
3942

4043
* dns: A list of domain-to-IP mappings in the format ip:domain. These mappings will be added to the DNS resolver.

doc/usage.png

33.6 KB
Loading

src/main/scala/com/timzaak/proxy/LogWebViewer.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import org.apache.pekko.http.scaladsl.model.{AttributeKeys, HttpHeader, HttpRequ
77
import org.apache.pekko.stream.OverflowStrategy
88
import org.apache.pekko.stream.scaladsl.*
99
import sttp.capabilities.pekko.PekkoStreams
10-
import sttp.model.HeaderNames
1110
import sttp.tapir.*
1211
import sttp.tapir.model.ServerRequest
1312
import sttp.tapir.server.pekkohttp.PekkoHttpServerInterpreter

0 commit comments

Comments
 (0)