warcreate icon indicating copy to clipboard operation
warcreate copied to clipboard

Resources that required a subsequent request require their HTTP status code to be concatenated for creation

Open machawk1 opened this issue 12 years ago • 0 comments

See bug #14 .

Status code and status message are separate variables. It doesn't look like the true HTTP status line returned exists in the jsxhr object, so I've had to manually add HTTP/1.1, which might not always be the case.

machawk1 avatar Jun 17 '13 13:06 machawk1