You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may be a situation where headers do not cut it for initialisation data. For instance, you may need to be able to specialise a payload. This could probably be done with extension methods but it is worth investigating whether there is going to be much call for initialisation class and data as part of the core or as part of a component.
Example, REST component will need to be able to specify a data set to post etc. This cannot be done in headers easily or in an easily readable manor.
The text was updated successfully, but these errors were encountered:
There may be a situation where headers do not cut it for initialisation data. For instance, you may need to be able to specialise a payload. This could probably be done with extension methods but it is worth investigating whether there is going to be much call for initialisation class and data as part of the core or as part of a component.
Example, REST component will need to be able to specify a data set to post etc. This cannot be done in headers easily or in an easily readable manor.
The text was updated successfully, but these errors were encountered: