File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ appropriate network layer is implemented. For JVM, Jetty-based implementations f
66are provided.
77
88The core of REST framework is platform independent and network-implementation indepenedent and therefore
9- has no external dependencies. Because of that, it's a part of ` commons-core ` module. This is enough to
9+ has no external dependencies. It is implemented in cross-compiled ` commons-rest ` module. This is enough to
1010be able to define REST interfaces. But if you want to expose your REST interface through an actual HTTP
1111server or have an actual HTTP client for that interface, you need separate implementations for that.
1212The ` commons-jetty ` module provides Jetty-based implementations for JVM.
You can’t perform that action at this time.
0 commit comments