IApiRequestParser

Overview

Location


Required Methods


ParseParameters

 

method ParseParameters(route: IApiRoute; path: IList<String>; request: IHttpRequest; content: Stream): IApiMessage

 

IApiMessage ParseParameters(IApiRoute route, IList<String> path, IHttpRequest request, Stream content)

 

Function ParseParameters(route As IApiRoute, path As IList<String>, request As IHttpRequest, content As Stream) As IApiMessage

Parameters:

  • route:
  • path:
  • request:
  • content:

ParsePath

 

method ParsePath(path: String): IList<String>

 

IList<String> ParsePath(String path)

 

Function ParsePath(path As String) As IList<String>

Parameters:

  • path:

SetPrefix

 

method SetPrefix(prefix: String)

 

void SetPrefix(String prefix)

 

Sub SetPrefix(prefix As String)

Parameters:

  • prefix: