| 1 | <?php  | 
            ||
| 21 | final class HeadersAnnotHandler implements AnnotationHandler  | 
            ||
| 22 | { | 
            ||
| 23 | /**  | 
            ||
| 24 | * Set each header to request  | 
            ||
| 25 | *  | 
            ||
| 26 | * @param AbstractAnnotation $annotation The annotation to handle  | 
            ||
| 27 | * @param ServiceMethodBuilder $serviceMethodBuilder Used to construct a [@see ServiceMethod]  | 
            ||
| 28 | * @param Converter|null $converter Converter used to convert types before sending to service method  | 
            ||
| 29 | * @param int|null $index The position of the parameter or null if annotation does not reference parameter  | 
            ||
| 30 | * @return void  | 
            ||
| 31 | */  | 
            ||
| 32 | 3 | public function handle(  | 
            |
| 44 | }  | 
            ||
| 45 |