Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
多分私は明白な何かを見逃していますが、ドキュメントは私に何も明らかにしていません。
解決策または回避策は非常に役立ちます。
使用方法set_req_header : string -> string -> unit:
set_req_header : string -> string -> unit
let req = new Http_client.get (Neturl.string_of_url some_url) in req#set_req_header "User-Agent" "Your user agent";
そして、あなたの要求をするより。