ithewei 4 anos atrás
pai
commit
865b1b7c97
1 arquivos alterados com 55 adições e 4 exclusões
  1. 55 4
      docs/API.md

+ 55 - 4
docs/API.md

@@ -91,6 +91,8 @@
 ### hmath.h
 - floor2e
 - ceil2e
+- varint_encode
+- varint_decode
 
 ### hbase.h
 - safe_malloc
@@ -332,12 +334,16 @@
 - hloop_stop
 - hloop_pause
 - hloop_resume
+- hloop_status
+- hloop_pid
+- hloop_tid
 - hloop_now
 - hloop_now_ms
-- hloop_now_hrtime
+- hloop_now_us
 - hloop_update_time
 - hloop_set_userdata
 - hloop_userdata
+- hloop_wakeup
 - hloop_post_event
 - hevent_loop
 - hevent_type
@@ -357,26 +363,62 @@
 - hio_add
 - hio_del
 - hio_get
+- hio_detach
+- hio_attach
 - hio_read
+- hio_read_start
+- hio_read_stop
+- hio_read_once
+- hio_read_until
 - hio_write
 - hio_close
 - hio_accept
 - hio_connect
 - hio_fd
+- hio_id
 - hio_type
 - hio_error
 - hio_localaddr
 - hio_peeraddr
+- hio_events
+- hio_revents
+- hio_is_opened
+- hio_is_closed
+- hio_enable_ssl
+- hio_is_ssl
+- hio_get_ssl
+- hio_set_ssl
 - hio_setcb_accept
 - hio_setcb_connect
 - hio_setcb_read
 - hio_setcb_write
 - hio_setcb_close
+- hio_getcb_accept
+- hio_getcb_connect
+- hio_getcb_read
+- hio_getcb_write
+- hio_getcb_close
+- hio_set_type
 - hio_set_localaddr
 - hio_set_peeraddr
 - hio_set_readbuf
-- hio_set_type
-- hio_enable_ssl
+- hio_set_connect_timeout
+- hio_set_close_timeout
+- hio_set_keepalive_timeout
+- hio_set_heartbeat
+- hio_set_unpack
+- hio_unset_unpack
+- hio_read_upstream
+- hio_write_upstream
+- hio_close_upstream
+- hio_setup_upstream
+- hio_get_upstream
+- hio_setup_tcp_upstream
+- hio_setup_ssl_upstream
+- hio_setup_udp_upstream
+- hio_create
+- hio_context
+- hio_set_context
 - htimer_add
 - htimer_add_period
 - htimer_del
@@ -486,9 +528,18 @@
 - requests::patch
 - requests::Delete
 - requests::head
-- requests::options
 - requests::async
 
+### axios.h
+- axios::axios
+- axios::get
+- axios::post
+- axios::put
+- axios::patch
+- axios::Delete
+- axios::head
+- axios::async
+
 ### HttpServer.h
 - http_server_run
 - http_server_stop