Tutorial by Topics: client

The currently relevant HTTP/1.1 RFCs are: 7230: Message Syntax and Routing 7231: Semantics and Content 7232: Conditional Requests 7233: Range Requests 7234: Caching 7235: Authenticaion 7239: Forwarded HTTP Extension 7240: Prefer Header for HTTP There's also the following informational...
__getFunctions() // Returns array of functions for service (WSDL mode only) __getTypes() // Returns array of types for service (WSDL mode only) __getLastRequest() // Returns XML from last request (Requires trace option) __getLastRequestHeaders() // Returns headers from last request (Requires t...
Background The JavaScript Object Model was introduced in SharePoint 2010. It exposes on the client side many of the objects that were previously only accessible through server-side code or through dedicated web services. Embedding JavaScript in SharePoint Pages In SharePoint 2013 you can put yo...
resp, err := http.Get(url) // Makes a HTTP GET request with the default HTTP client. A non-nil error is returned if the request fails. resp, err := http.Post(url, bodyType, body) // Makes a HTTP POST request with the default HTTP client. A non-nil error is returned if the request fails. resp, er...
Most examples are from MSDN. To create a .NET managed client application that uses the client object model, you must set references to two client library DLLs: Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll. You can find it in %ProgramFiles%\Common Files\Microsoft S...
Link to official documentation: https://www.playframework.com/documentation/2.5.x/ScalaWS
key1=value1&keyN=valueN ParameterValueParameters used with the token endpoint:.grant_typeclient_credentials, password, authorization_code, refresh_tokenclient_idOAuth application's IDclient_secretOAuth application's Secretredirect_uriURL encoded absolute URL to the user's servercodeused ...
mysql [OPTIONS] [database_name] ParameterDescription-D --database=namename of the database--delimiter=strset the statement delimiter. The default one is ';'-e --execute='command'execute command-h --host=namehostname to connect to-p --password=namepassword Note: there is no space between -p a...
These are two sample programs that work together. One is a simple server, the other a simple client. Start the server in one window: python tserver.py Edit the server address in the client source file if desired. Then run python tclient.py The client connects to the server, then asks for i...
By default, Safari does not enforce HTML5 element validation. You need to override this manually using other means.
Java Client API Java Client Source Code
This client downloads a complete copy of the headers for all blocks in the entire block chain. This means that the download and storage requirements scale linearly with the amount of time since Bitcoin was invented.
Client Side Rendering (CSR) is a new concept that is introduced in SharePoint 2013. It provides you with a mechanism that allow you to use your own output render for a set of controls that are hosted in a SharePoint page (list views, list forms and search results). Client Site Rendering is simply w...
Like many other Version Control Systems, Git has a way to fire off custom scripts when certain important actions occur. There are two groups of these hooks: client-side and server-side. Client-side hooks are triggered by operations such as committing and merging, while server-side hooks run on netwo...

Page 1 of 2