Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is HTTPhandler?
Home
Dot Net
What is HTTPhandler?
0
votes
asked
Sep 21, 2023
in
Dot Net
by
Robin
What is HTTPhandler?
httphandler
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 21, 2023
by
Robin
HttpHandler is a low level request and response API which is made to service incoming Http request. Every incoming Http request recieved by ASP.NET is ultimately processed by a instance of a class that implements HttpHandler.
...