mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
Add next page navigation for RDAP nameserver searches
Domain and entity searches will be handled in future CLs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178912832
This commit is contained in:
@@ -78,4 +78,10 @@ public final class RdapModule {
|
||||
static Optional<Boolean> provideFormatOutput(HttpServletRequest req) {
|
||||
return RequestParameters.extractOptionalBooleanParameter(req, "formatOutput");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Parameter("cursor")
|
||||
static Optional<String> provideCursor(HttpServletRequest req) {
|
||||
return RequestParameters.extractOptionalParameter(req, "cursor");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user