#1860 [Docs Bug] Case insensitive headers

dobesv Mon 26 Mar 2012

http://fantom.org/doc/web/WebReq.html#headers

Says "The headers map is readonly and case sensitive", should be case insensitive.

brian Mon 26 Mar 2012

fixed, thanks for reporting

Xan Tue 27 Mar 2012

not fixed: case insensitive does not appear.

Xan Wed 28 Mar 2012

I mean you have:

Map of HTTP request headers. The headers map is readonly and
case sensitive (see Map.caseInsensitive).

And it should be:

Map of HTTP request headers. The headers map is readonly
and case **in**sensitive (see Map.caseInsensitive).

StephenViles Wed 28 Mar 2012

The online docs are updated when a new build is posted, every few months. See http://fantom.org/sidewalk/blog/

Login or Signup to reply.