Skip to content

a mini-project with ASP framework and Web API to understand the concepts of endpoint and middleware

Notifications You must be signed in to change notification settings

Yasinvalipoor/Middleware-Endpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Features

Middlewares :

  1. Middleware for Character Type and Count Detection in Path
    A middleware that detects the type and count of characters in the request path.

  2. Middleware for Prime or Composite Number Detection in Path
    A middleware that identifies if numbers in the path are prime or composite.

  3. Middleware for Detecting Palindromic Numbers
    Middleware to check if the numbers in the path are palindromic.

Endpoints :

- POST

  1. Endpoint for Storing Prime Numbers
    A POST endpoint to save prime numbers to an in-memory record.

  2. Endpoint for Storing Palindromic Numbers
    A POST endpoint similar to #4 but for saving palindromic numbers.

  3. Endpoint for Storing Both Prime and Palindromic Numbers
    A POST endpoint for saving both prime and palindromic numbers simultaneously.

- GET

  1. Endpoint for Displaying Prime Numbers
    A GET endpoint to retrieve saved prime numbers.

  2. Endpoint for Displaying Palindromic Numbers
    A GET endpoint similar to #7 but for palindromic numbers.

  3. Endpoint for Displaying Both Prime and Palindromic Numbers
    A GET combined endpoint to display both prime and palindromic numbers.

About

a mini-project with ASP framework and Web API to understand the concepts of endpoint and middleware

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages