File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ <h1 id="overview">Avaje Jex</h1>
89
89
< p > < br > < br >
90
90
An uncommonly known fact is that the JDK comes < a
91
91
href ="https://docs.oracle.com/en/java/javase/21/docs/api/jdk.httpserver/com/sun/net/httpserver/package-summary.html "> built
92
- in with an http server</ a > . Avaje Jex is a lightweight (~110kb ) wrapper over the built-in api with some key
92
+ in with an http server</ a > . Avaje Jex is a lightweight (~120kb ) wrapper over the built-in api with some key
93
93
enhancements.
94
94
</ p >
95
95
@@ -683,7 +683,7 @@ <h2 id="static">Static Resources</h2>
683
683
< td > Adds a new response header to the configuration.</ td >
684
684
</ tr >
685
685
< tr >
686
- < td > < strong > < code > resourceLoader(ClassResourceLoader.fromClass( clazz) )</ code > </ strong > </ td >
686
+ < td > < strong > < code > resourceLoader(clazz)</ code > </ strong > </ td >
687
687
< td > Sets a custom resource loader for loading class/module path resources.</ td >
688
688
</ tr >
689
689
< tr >
You can’t perform that action at this time.
0 commit comments