phoenix-firestorm/indra/llcorehttp/tests
Monty Brandenberg 8868964b54 SH-4106 Significantly upgrade the HttpHeaders interface for SSB.
Header container moves from a vector of raw lines to a vector
of string pairs representing name/value pairs in headers.  For
incoming headers, we normalize the name to lowercase and trim
it.  Values are only left-trimmed.  Outgoing headers are left
as-is.  Simple find() method for the common case, forward and
reverse iterators for those few who need to do it themselves.
The HTTP status line (e.g. 'HTTP/1.1 200 Ok') is no longer treated
as a header to be returned to caller.  Unit tests, as usual,
were a bear but they absolutely ensured outgoing HTTP header
conformance after the change.  Grunt work paid off.

LLTextureFetch was also given a second options structure
for texture fetches.  Same as the original but with header return
to caller requested.  Baked textures should use this, the other
20,000 texture fetch requests should continue to use the original.
2013-04-15 16:55:35 +00:00
..
llcorehttp_test.cpp
llcorehttp_test.h
test_allocator.cpp
test_allocator.h
test_bufferarray.hpp
test_bufferstream.hpp
test_httpheaders.hpp SH-4106 Significantly upgrade the HttpHeaders interface for SSB. 2013-04-15 16:55:35 +00:00
test_httpoperation.hpp
test_httprequest.hpp SH-4106 Significantly upgrade the HttpHeaders interface for SSB. 2013-04-15 16:55:35 +00:00
test_httprequestqueue.hpp
test_httpstatus.hpp
test_llcorehttp_peer.py SH-3241 Validate header correctness, SH-3243 more unit tests 2012-07-16 17:35:44 -04:00
test_refcounted.hpp
testrunner.py SH-3183 Use valgrind on the library. 2012-07-12 17:46:53 +00:00