| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fields is GONE (HttpServer does not support that), you can read the
"normal" HTTP headers available via properties, and you can add
headers. also, it is now possible to set a timeout for KeepAlive (for
those clients that pay attention to it).
this also fixes the broken REST inventory/assets/appearance services,
they should be working again.
testcase for OSHttpResponse will follow.
|
|
|
|
|
|
|
| |
case for OSHttpRequest (not very fancy yet, but still).
|
|
|
|
|
|
| |
- Web-map should work again :)
|
|
|
|
|
|
|
| |
OSHttpRequest constructor.
* maybe.. it was a key that was null. Obviously you can't still a null key in a string key'ed collection.
|
|
|
|
|
|
|
|
| |
* This is a HUGE update.. and should be considered fraut with peril.
* SSL Mode isn't available *yet* but I'll work on that next.
* DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon.
* This could break the Build! This could break your Grid!
|
|
|
|
|
|
|
| |
regex not shell glob)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
almost complete and soon to be ready for testing; OSHttpResponse code
out.
|
| |
|
|
|
|
|
|
| |
instantiated from both .NET and HttpServer code path.
|
| |
|
|
|
|
|
|
| |
fleshing out OSHttpRequestPump code.
|
|
|
|
|
|
| |
what crimes i'm committing.
|
|
|
|
|
|
|
|
|
|
|
|
| |
having reached the intermediate level of .NET's XmlSudoku, i've
now figured out how to do deserialization using different
XmlSerializers (this stuff begins to grow on me, sigh).
[still not used code, work-in-progress]
* adding convenience property on OSHttpRequest.cs (from awebb)
|
|
|
|
|
|
|
|
| |
skeleton,
far from complete, just want to check in early and often.
|
| |
|
|
HttpListenerResponse respectively.
enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in,
allowing RestHandlers to set response status code, redirections, etc.
|