@@ -255,6 +255,11 @@ module Fasthttp {
255255 * Provide modeling for fasthttp.URI Type.
256256 */
257257 module URI {
258+ /**
259+ * DEPRECATED: Use `RemoteFlowSource` instead.
260+ */
261+ deprecated class UntrustedFlowSource = RemoteFlowSource ;
262+
258263 /**
259264 * The methods as Remote user controllable source which are part of the incoming URL.
260265 */
@@ -273,6 +278,11 @@ module Fasthttp {
273278 * Provide modeling for fasthttp.Args Type.
274279 */
275280 module Args {
281+ /**
282+ * DEPRECATED: Use `RemoteFlowSource` instead.
283+ */
284+ deprecated class UntrustedFlowSource = RemoteFlowSource ;
285+
276286 /**
277287 * The methods as Remote user controllable source which are part of the incoming URL Parameters.
278288 *
@@ -386,6 +396,11 @@ module Fasthttp {
386396 * Provide modeling for fasthttp.Request Type.
387397 */
388398 module Request {
399+ /**
400+ * DEPRECATED: Use `RemoteFlowSource` instead.
401+ */
402+ deprecated class UntrustedFlowSource = RemoteFlowSource ;
403+
389404 /**
390405 * The methods as Remote user controllable source which can be many part of request.
391406 */
@@ -463,6 +478,11 @@ module Fasthttp {
463478 override Http:: ResponseWriter getResponseWriter ( ) { none ( ) }
464479 }
465480
481+ /**
482+ * DEPRECATED: Use `RemoteFlowSource` instead.
483+ */
484+ deprecated class UntrustedFlowSource = RemoteFlowSource ;
485+
466486 /**
467487 * The methods as Remote user controllable source which are generally related to HTTP request.
468488 *
@@ -486,6 +506,11 @@ module Fasthttp {
486506 * Provide Methods of fasthttp.RequestHeader which mostly used as remote user controlled sources.
487507 */
488508 module RequestHeader {
509+ /**
510+ * DEPRECATED: Use `RemoteFlowSource` instead.
511+ */
512+ deprecated class UntrustedFlowSource = RemoteFlowSource ;
513+
489514 /**
490515 * The methods as Remote user controllable source which are mostly related to HTTP Request Headers.
491516 *
0 commit comments