User contributions for BlueMountains

From Onset Developer Wiki
A user with 3,753 edits. Account created on 22 February 2019.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

8 March 2020

5 March 2020

27 February 2020

23 February 2020

7 February 2020

4 February 2020

27 January 2020

26 January 2020

25 January 2020

24 January 2020

  • 19:1719:17, 24 January 2020 diff hist +256 N http countCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Gets amount currently existing http requests.}} {{FuncSyntax|http_count()}} {{FuncParameters}} {{FuncNoParam}} {{FuncRetur..."
  • 19:1619:16, 24 January 2020 diff hist +255 N http get allCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Gets all http identifer in a table.}} {{FuncSyntax|http_get_all()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|R..."
  • 19:1419:14, 24 January 2020 diff hist +282 N http is validCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Checks if this http identifier is valid.}} {{FuncSyntax|http_is_valid(http)}} {{FuncParameters}} {{FuncParam|http|The http..."
  • 19:1219:12, 24 January 2020 diff hist +1,231 N http result statusCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns the http status code after a request was made.}} {{FuncSyntax|http_result_status(http)}} {{FuncParameters}} {{FuncP..." current
  • 19:0019:00, 24 January 2020 diff hist +1,236 N http result headerCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns the result header after a request was made.}} {{FuncSyntax|http_result_header(http)}} {{FuncParameters}} {{FuncPara..." current
  • 17:2417:24, 24 January 2020 diff hist +74 http is errorNo edit summary current
  • 17:2317:23, 24 January 2020 diff hist +1,707 N http result bodyCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns the result body after a request was made.}} {{FuncSyntax|http_result_body(http)}} {{FuncParameters}} {{FuncParam|ht..." current
  • 17:2217:22, 24 January 2020 diff hist +1 http is errorNo edit summary
  • 17:2217:22, 24 January 2020 diff hist +9 http is errorNo edit summary
  • 17:2117:21, 24 January 2020 diff hist +1,474 N http result errorCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Returns any error after a request was made.}} {{FuncSyntax|http_result_error(http)}} {{FuncParameters}} {{FuncParam|http|Th..." current
  • 17:1917:19, 24 January 2020 diff hist +1,544 N http is errorCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|After request was made, this function returns if an error occured. The error can be retrieved by http_result_error.}} {{..."
  • 17:1717:17, 24 January 2020 diff hist −1 http set fieldNo edit summary current
  • 17:1617:16, 24 January 2020 diff hist +1,307 N http set fieldCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets a field with a value in this request.}} {{FuncSyntax|http_set_field(http, field, value)}} {{FuncParameters}} {{FuncPar..."
  • 17:1517:15, 24 January 2020 diff hist +1,259 N http set protocolCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the http protocol.}} {{FuncSyntax|http_set_protocol(http, protocol)}} {{FuncParameters}} {{FuncParam|http|The http ide..." current
  • 17:1417:14, 24 January 2020 diff hist +1,362 N http set resolver protocolCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets if the host should be resolved over IPv4 or IPv6. By default "any" will take whatever address is available}} {{FuncSynt..." current
  • 17:1317:13, 24 January 2020 diff hist +1,299 N http set hostCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the host of this ruquest which is basically the domain or IP of the remote end.}} {{FuncSyntax|http_set_host(http, host..."
  • 17:1217:12, 24 January 2020 diff hist +1,302 N http set portCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the port of this ruquest. For HTTP this should be 80, for HTTPS 443.}} {{FuncSyntax|http_set_port(http, port)}} {{Func..."
  • 17:1117:11, 24 January 2020 diff hist +1,309 N http set targetCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the request target which is basically the path that you want to access.}} {{FuncSyntax|http_set_target(http, target)}}..." current
  • 17:0917:09, 24 January 2020 diff hist −1 http set verbNo edit summary current
  • 17:0817:08, 24 January 2020 diff hist +1,313 N http set verbCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the request method for this http request.)}} {{FuncSyntax|http_set_verb(http, verb)}} {{FuncParameters}} {{FuncParam|h..."
  • 17:0717:07, 24 January 2020 diff hist +5 http set keepaliveNo edit summary current
  • 17:0617:06, 24 January 2020 diff hist +1 http set versionNo edit summary current
  • 17:0617:06, 24 January 2020 diff hist +3 http set timeoutNo edit summary current
  • 17:0517:05, 24 January 2020 diff hist +1,067 N http set timeoutCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the timeout in milliseconds for this request.}} {{FuncSyntax|http_set_timeout(http, timeout)}} {{FuncParameters}} {{Fu..."
  • 17:0117:01, 24 January 2020 diff hist +1,113 N http set verifymodeCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|If this is an https request this setting controls of the peer certificate is verified.)}} {{FuncSyntax|http_set_verifymode(h..." current
  • 16:5916:59, 24 January 2020 diff hist +1,323 N http set versionCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the http version used for this request. (Default: 11 (http 1.1))}} {{FuncSyntax|http_set_version(http, keepalive)}} {{..."
  • 16:5716:57, 24 January 2020 diff hist +1,311 N http set keepaliveCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets if this request should have the keep alive flag. (Default: false)}} {{FuncSyntax|http_set_keepalive(http, keepalive)}}..."
  • 16:5516:55, 24 January 2020 diff hist +1,246 N http set bodyCreated page with "{{Info|Function|Server|1.0.3}} {{FuncDescription|Sets the request body.}} {{FuncSyntax|http_set_body(http, body)}} {{FuncParameters}} {{FuncParam|http|The http identifier.}..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)