]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/httpheaders.h
- Se sobreescribe el método Connection::finish() para que cierre el socket.
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / httpheaders.h
index 1a9c5aaebf67a55f8253dbada1bb26df687b1621..86a2dd1b3d96a49430780c1356d397351ff63187 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef PLAQUI_HTTPHEADERS_H
 #define PLAQUI_HTTPHEADERS_H
 
+#include "plaqui/server/httperror.h"
 #include <map>
 #include <string>
 #include <istream>
@@ -40,6 +41,8 @@ namespace Server {
        /// Cabeceras HTTP.
        class HTTPHeaders: public std::map<std::string, std::string> {
 
+               // Métodos.
+
                public:
 
                        /**
@@ -50,7 +53,8 @@ namespace Server {
                        /**
                         * Obtiene los datos de las cabeceras HTTP desde un texto.
                         */
-                       friend std::istream& operator>>(std::istream& is, HTTPHeaders& h);
+                       friend std::istream& operator>>(std::istream& is, HTTPHeaders& h)
+                               throw(HTTPError);
 
                        /**
                         * Convierte las cabeceras HTTP a texto.