System Design | Implementation Rule Book | CheatSheet
By Prithvi Atal, Engineer, Driving High-Performance Solutions
Showing posts with label
Http
.
Show all posts
Showing posts with label
Http
.
Show all posts
Sunday, January 20, 2019
Timeouts in Http Connection
›
This blog talks about how to configure timeout parameters in creating http connection. Irrespective of the the destination, the configurati...
Sunday, June 17, 2012
Oracle Creating Http Connection
›
utl_http set serveroutput on DECLARE req utl_http.req; resp utl_http.resp; value VARCHAR2(1024); BEGIN req := utl_http.begin_reque...
›
Home
View web version