<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/cpp-netlib/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/cpp-netlib/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/cpp-netlib/feature-requests/</id><updated>2007-12-11T08:37:12Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Parsers for cocnrete headers?</title><link href="https://sourceforge.net/p/cpp-netlib/feature-requests/3/" rel="alternate"/><published>2007-12-11T08:37:12Z</published><updated>2007-12-11T08:37:12Z</updated><author><name>Alex Ott</name><uri>https://sourceforge.net/u/ottalex/</uri></author><id>https://sourceforge.net3cc6e6536639d626d5c7752f32536684d82dd78b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In one of our implementation for request/response parsers (closed source :-() we had used ability to automatic assignment of concrete parsers to concrete headers. This allow us to check correctness of corresponding headers, and automatically parse data when accessing to them.&lt;br /&gt;
For example - Date parser, Cookie parser, etc.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Protocol parsers should accept checker functions</title><link href="https://sourceforge.net/p/cpp-netlib/feature-requests/2/" rel="alternate"/><published>2007-12-11T08:33:40Z</published><updated>2007-12-11T08:33:40Z</updated><author><name>Alex Ott</name><uri>https://sourceforge.net/u/ottalex/</uri></author><id>https://sourceforge.netf32d9e52b42a8ffa7270d8da65ee747da5ae7544</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;May be will useful for protocol parsers to accept functions, that will check correctness of request/responses. For example, http/1.1 require Host header, and so on.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Protocol name should be template parameter in HTTP parsers</title><link href="https://sourceforge.net/p/cpp-netlib/feature-requests/1/" rel="alternate"/><published>2007-12-11T08:31:32Z</published><updated>2007-12-11T08:31:32Z</updated><author><name>Alex Ott</name><uri>https://sourceforge.net/u/ottalex/</uri></author><id>https://sourceforge.net3344128976b400b22a06a7b38d57a24259887a70</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Parsers for HTTP requests/responses should accept protocol name ("HTTP" as default) as template parameter - this allow to use these parsers also for other protocols, like ICAP, that use the same protocol structure as http.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>