Interface IRequestContentEncoding

All Known Implementing Classes:
EditorJSONEncodedInput, EditorURLEncodedInput, JSONEncodedInput, URLEncodedInput

public interface IRequestContentEncoding
Interface used by the content encoding input.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Creates a new instance of the request content encoder.
  • Method Details Link icon

    • createRequestContent Link icon

      IRequestContent createRequestContent()
      Creates a new instance of the request content encoder.
      Returns:
      The request content encoder instance.