Interface RequestBody.UrlEncoded

All Superinterfaces:
RequestData<Parameter>
Enclosing interface:
RequestBody

public static interface RequestBody.UrlEncoded extends RequestData<Parameter>

An application/x-www-form-urlencoded data consumer as defined by application/x-www-form-urlencoded.

Since:
1.0
Author:
Jeremy Kuhn
  • Method Summary

    Methods inherited from interface io.inverno.mod.http.server.RequestData

    stream