-
Middleware for Character Type and Count Detection in Path
A middleware that detects the type and count of characters in the request path. -
Middleware for Prime or Composite Number Detection in Path
A middleware that identifies if numbers in the path are prime or composite. -
Middleware for Detecting Palindromic Numbers
Middleware to check if the numbers in the path are palindromic.
-
Endpoint for Storing Prime Numbers
APOSTendpoint to save prime numbers to an in-memory record. -
Endpoint for Storing Palindromic Numbers
APOSTendpoint similar to #4 but for saving palindromic numbers. -
Endpoint for Storing Both Prime and Palindromic Numbers
APOSTendpoint for saving both prime and palindromic numbers simultaneously.
-
Endpoint for Displaying Prime Numbers
AGETendpoint to retrieve saved prime numbers. -
Endpoint for Displaying Palindromic Numbers
AGETendpoint similar to #7 but for palindromic numbers. -
Endpoint for Displaying Both Prime and Palindromic Numbers
AGETcombined endpoint to display both prime and palindromic numbers.