Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Oct 17, 2024
2 parents d64b6dc + e4ae2df commit 97f3512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
Inject is a simple server-side mod to allow developers to inject into
Netty easier.

HTTP example:
## Example
This uses the `HttpInjector` class to respond to HTTP requests to the Minecraft
server.

```kt
object MyEpicHttpInjector : HttpInjector() {
override fun isRelevant(ctx: InjectorContext, request: HttpRequest) = true
Expand Down
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit 97f3512

Please sign in to comment.