Commit 0b6eebf3 authored by garciay's avatar garciay
Browse files

Add ITS HTTP support

parent 37a421b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -9,10 +9,10 @@
 *                 All rights reserved.
 *                 All rights reserved.
 *    @see      ETSI TS 103 478
 *    @see      ETSI TS 103 478
 */
 */
module LibHttp_Templates {
module LibItsHttp_Templates {
    
    
    // LibHttp
    // LibHttp
    import from LibHttp_TypesAndValues all;
    import from LibItsHttp_TypesAndValues all;
    
    
    template (value) HeaderLine m_header_line(
    template (value) HeaderLine m_header_line(
                                              in template (value) charstring p_header_name,
                                              in template (value) charstring p_header_name,
@@ -59,4 +59,4 @@ module LibHttp_Templates {
      body          := p_body
      body          := p_body
    } // End of template m_http_request_get
    } // End of template m_http_request_get
    
    
} // End of module LibHttp_Templates
} // End of module LibItsHttp_Templates
+2 −2
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@
 *                 All rights reserved.
 *                 All rights reserved.
 *    @see      ETSI TS 103 478
 *    @see      ETSI TS 103 478
 */
 */
module LibHttp_TypesAndValues {
module LibItsHttp_TypesAndValues {
    
    
    const integer c_http_version_major := 1;
    const integer c_http_version_major := 1;
    const integer c_http_version_minor := 1;
    const integer c_http_version_minor := 1;
@@ -56,4 +56,4 @@ module LibHttp_TypesAndValues {
} with {
} with {
        variant ""
        variant ""
        encode "HttcpCodec"
        encode "HttcpCodec"
} // End of module LibHttp_TypesAndValues 
} // End of module LibItsHttp_TypesAndValues