PHP Classes

Classes: HTTP

Recommend this page to a friend!
  All class groups  >  HTTP (641)  >  Top rated classes  

HTTP

HTTP protocol clients, headers and cookies.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  1 - 20   ...   501 - 520   521 - 540   541 - 560   561 - 580   581 - 600   601 - 620   621 - 640   641 - 641  
  Files folder image Zeus Framework  
Author: Natanael Simões <e-mail contact>
Framework that reads annotation to route requests
This package implements a framework that reads annotation to route requests.

It provides a general HTTP request router class that can read a JSON configuration file to get the location of application classes that will handle the requests for each supported application URL pattern.

The framework router can read the application classes to parse their code and extract annotations.

The class annotations define the URL patterns that the respective class functions will handle.

The routing information extracted from the application classes is cached to avoid delaying the handling of the requests after the first time the application class annotations are processed.

  1 - 20   ...   501 - 520   521 - 540   541 - 560   561 - 580   581 - 600   601 - 620   621 - 640   641 - 641  
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

Return to top of the groups' hierarchy.