<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (earth2marsh)</title>
    <link>https://pinboard.in/u:earth2marsh/public/</link>
    <description>recent bookmarks from earth2marsh</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://stackoverflow.com/questions/3096888/standard-for-adding-multiple-values-of-a-single-http-header-to-a-request-or-resp"/>
	<rdf:li rdf:resource="https://github.com/bigcompany/know-your-http"/>
	<rdf:li rdf:resource="http://www.mnot.net/blog/2012/07/11/header_versioning"/>
	<rdf:li rdf:resource="http://tools.ietf.org/html/rfc6648"/>
	<rdf:li rdf:resource="http://mathiasbynens.be/notes/css-without-html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://stackoverflow.com/questions/3096888/standard-for-adding-multiple-values-of-a-single-http-header-to-a-request-or-resp">
    <title>httpwebrequest - Standard for adding multiple values of a single HTTP Header to a request or response - Stack Overflow</title>
    <dc:date>2013-08-19T05:22:18+00:00</dc:date>
    <link>http://stackoverflow.com/questions/3096888/standard-for-adding-multiple-values-of-a-single-http-header-to-a-request-or-resp</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA["take a look at the HTTP spec RFC 2616 where it says:

Multiple message-header fields with the same field-name MAY be present in a message if and only if the entire field-value for that header field is defined as a comma-separated list [i.e., #(values)]. It MUST be possible to combine the multiple header fields into one "field-name: field-value" pair, without changing the semantics of the message, by appending each subsequent field-value to the first, each separated by a comma. The order in which header fields with the same field-name are received is therefore significant to the interpretation of the combined field value, and thus a proxy MUST NOT change the order of these field values when a message is forwarded."]]></description>
<dc:subject>http multiple values headers</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:63cc544c5eb3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:multiple"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:values"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:headers"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/bigcompany/know-your-http">
    <title>bigcompany/know-your-http · GitHub</title>
    <dc:date>2013-04-16T19:46:22+00:00</dc:date>
    <link>https://github.com/bigcompany/know-your-http</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[know your headers verbs and status codes]]></description>
<dc:subject>cheatsheet dev http reference headers codes status verbs posters</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:e1452de2c545/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:cheatsheet"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:dev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:http"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:headers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:codes"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:status"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:verbs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:posters"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.mnot.net/blog/2012/07/11/header_versioning">
    <title>mnot’s blog: Bad HTTP API Smells: Version Headers</title>
    <dc:date>2012-07-11T03:51:55+00:00</dc:date>
    <link>http://www.mnot.net/blog/2012/07/11/header_versioning</link>
    <dc:creator>earth2marsh</dc:creator><dc:subject>APIs design headers versions versioning patterns</dc:subject>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:9432df757e3e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:APIs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:headers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:versions"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:patterns"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://tools.ietf.org/html/rfc6648">
    <title>RFC 6648 - Deprecating the &quot;X-&quot; Prefix and Similar Constructs in Application Protocols</title>
    <dc:date>2012-06-26T16:07:51+00:00</dc:date>
    <link>http://tools.ietf.org/html/rfc6648</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[""]]></description>
<dc:subject>ietf rfc headers</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:380a6a6bf880/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:ietf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:rfc"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:headers"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mathiasbynens.be/notes/css-without-html">
    <title>Using CSS without HTML · Mathias Bynens</title>
    <dc:date>2012-02-20T23:35:10+00:00</dc:date>
    <link>http://mathiasbynens.be/notes/css-without-html</link>
    <dc:creator>earth2marsh</dc:creator><description><![CDATA[Interesting that you can apply link elements via header]]></description>
<dc:subject>css hacks html link links headers</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:earth2marsh/b:49f6e13bd421/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:hacks"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:link"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:links"/>
	<rdf:li rdf:resource="https://pinboard.in/u:earth2marsh/t:headers"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>