IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

HTTPMethod Property

The HTTP method used for the request.

Object Oriented Interface

public function getHTTPMethod();
public function setHTTPMethod($value);

Procedural Interface

ipworks_rest_get($res, 22 );
ipworks_rest_set($res, 22, $value );

Default Value

''

Remarks

This property contains the HTTP method used for the request. If an empty string is provided, the HTTPMethod is determined automatically by the method being called. You may change it to a custom value if you require an HTTP method other than what is provided by the class.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]