Method: Gloo::Objs::HttpPost#add_default_children

Defined in:
lib/gloo/objs/web/http_post.rb

#add_default_childrenObject

Add children to this object. This is used by containers to add children needed for default configurations.



90
91
92
93
94
# File 'lib/gloo/objs/web/http_post.rb', line 90

def add_default_children
  fac = @engine.factory
  fac.create_string URL, 'https://web.site/', self
  fac.create_can BODY, self
end