with AWS.Services.Dispatchers.URI;

package Bookstore_2.Requests_Processing is

   procedure Process (H : in out AWS.Services.Dispatchers.URI.Handler);
5
end Bookstore_2.Requests_Processing;
top