/usr/lib/ocaml/netstring/nethttp.mli is in libocamlnet-ocaml-dev 4.0.4-1build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 | (* $Id: nethttp.mli 2195 2015-01-01 12:23:39Z gerd $
* ----------------------------------------------------------------------
* Nethttp: Basic definitions for the HTTP protocol
*)
(** {1 Basic definitions for the HTTP protocol} *)
(** These definitions can be used by both HTTP clients and servers, and by
* protocols in the middle, e.g. CGI.
*)
type protocol_version =
int * int (* (major,minor) number *)
(** A pair of a major and minor version number *)
type protocol_attribute =
[ `Secure_https
]
type protocol =
[ `Http of (protocol_version * protocol_attribute list)
| `Other
]
(** The base protocol. RFC 2145 defines how to interpret major and
* minor numbers. In particular, we have:
* - [`Http((0,9),_)] is the ancient HTTP version 0.9
* - [`Http((1,n),_)] is the HTTP protocol 1.n. It is expected that
* all these versions are compatible to each other
* except negotiable features.
* - [`Http((m,_),_)] for m>1 is regarded as unknown protocol,
* incompatible to any [`Http((1,n),_)]
* - [`Other] is anything else (unrecognizes protocol)
*)
val string_of_protocol : protocol -> string
(** Returns the string representation, e.g. "HTTP/1.0". Fails for [`Other] *)
val protocol_of_string : string -> protocol
(** Parses the protocol string, e.g. "HTTP/1.0". Returns [`Other]
* for unrecognized strings *)
type http_status = (* Status codes from RFC 2616 *)
(* 1xx: (informational) *)
[ `Continue
| `Switching_protocols
(* 2xx: (successful) *)
| `Ok
| `Created
| `Accepted
| `Non_authoritative
| `No_content
| `Reset_content
| `Partial_content
(* 3xx: (redirection) *)
| `Multiple_choices
| `Moved_permanently
| `Found
| `See_other
| `Not_modified
| `Use_proxy
| `Temporary_redirect
(* 4xx: (client error) *)
| `Bad_request
| `Unauthorized
| `Payment_required
| `Forbidden
| `Not_found
| `Method_not_allowed
| `Not_acceptable
| `Proxy_auth_required
| `Request_timeout
| `Conflict
| `Gone
| `Length_required
| `Precondition_failed
| `Request_entity_too_large
| `Request_uri_too_long
| `Unsupported_media_type
| `Requested_range_not_satisfiable
| `Expectation_failed
(* 5xx: (server error) *)
| `Internal_server_error
| `Not_implemented
| `Bad_gateway
| `Service_unavailable
| `Gateway_timeout
| `Http_version_not_supported
]
(** HTTP response status:
*
* {b Informational (1xx):}
* - [`Continue]
* - [`Switching_protocols]
*
* {b Successful (2xx):}
* - [`Ok]
* - [`Created]
* - [`Accepted]
* - [`Non_authoritative]
* - [`No_content]
* - [`Reset_content]
* - [`Partial_content]
*
* {b Redirection (3xx):}
* - [`Multiple_choices]
* - [`Moved_permanently]
* - [`Found]
* - [`See_other]
* - [`Not_modified]
* - [`Use_proxy]
* - [`Temporary_redirect]
*
* {b Client error (4xx):}
* - [`Bad_request]
* - [`Unauthorized]
* - [`Payment_required]
* - [`Forbidden]
* - [`Not_found]
* - [`Method_not_allowed]
* - [`Not_acceptable]
* - [`Proxy_auth_required]
* - [`Request_timeout]
* - [`Conflict]
* - [`Gone]
* - [`Length_required]
* - [`Precondition_failed]
* - [`Request_entity_too_large]
* - [`Request_uri_too_long]
* - [`Unsupported_media_type]
* - [`Request_range_not_satisfiable]
* - [`Expectation_failed]
*
* {b Server Error (5xx):}
* - [`Internal_server_error]
* - [`Not_implemented]
* - [`Bad_gateway]
* - [`Service_unavailable]
* - [`Gateway_timeout]
* - [`Http_version_not_supported]
*)
val int_of_http_status : http_status -> int
(** Returns the integer code for a status value *)
val http_status_of_int : int -> http_status
(** Returns the status value for an integer code, or raises [Not_found] *)
val string_of_http_status : http_status -> string
(** Returns the informational text for a status value *)
(* See also Netcgi.status_line *)
val base_code : int -> int
(** Allows to handle unknown status codes that are untranslatable by
[http_status_of_int]:
- for a code 100 to 199 the value 100 is returned
- for a code 200 to 299 the value 200 is returned
- for a code 300 to 399 the value 300 is returned
- for a code 400 to 499 the value 400 is returned
- for all other codes 500 is returned
E.g.
{[
let st =
try Nethttp.http_status_of_int code
with Not_found ->
Nethttp.http_status_of_int (Nethttp.base_code code)
]}
*)
type http_method = string * string
(** Method name, URI *)
type cache_control_token =
[ `No_store
| `Max_age of int
| `Max_stale of int option
| `Min_fresh of int
| `No_transform
| `Only_if_cached
| `Public
| `Private of string list
| `No_cache of string list
| `Must_revalidate
| `Proxy_revalidate
| `S_maxage of int
| `Extension of string * string option
]
(** The cache control token for the [Cache-control] header *)
type etag =
[ `Weak of string
| `Strong of string
]
(** Entity tags can be weak or strong *)
val weak_validator_match : etag -> etag -> bool
(** Whether the tags match weakly (see RFC 2616 for definition) *)
val strong_validator_match : etag -> etag -> bool
(** Whether the tags match strongly (see RFC 2616 for definition) *)
exception Bad_header_field of string
(** Raised when a header field cannot be parsed. The string argument
* is the name of the failing function *)
class type http_header = Netmime.mime_header
class type http_header_ro = Netmime.mime_header_ro
(** The HTTP header is represented as MIME header *)
class type http_trailer = Netmime.mime_header
class type http_trailer_ro = Netmime.mime_header_ro
(** The HTTP trailer is represented as MIME header *)
val status_of_cgi_header : http_header -> (int * string)
(** Returns the status code and the status text corresponding to the
* [Status] header *)
type netscape_cookie =
{ cookie_name : string;
(** The name of the cookie *)
cookie_value : string;
(** The value of the cookie. There are no restrictions on the
* value of the cookie
*)
cookie_expires : float option;
(** Expiration:
* - [None]: the cookie expires when the browser session ends.
* - [Some t]: the cookie expires at the time [t] (seconds since
* the epoch)
*)
cookie_domain : string option;
(** Cookies are bound to a certain domain, i.e. the browser sends
* them only when web pages of the domain are requested:
*
* - [None]: the domain is the hostname of the server
* - [Some domain]: the domain is [domain]
*)
cookie_path : string option;
(** Cookies are also bound to certain path prefixes, i.e. the browser
* sends them only when web pages at the path or below are requested.
*
* - [None]: the path is script name + path_info
* - [Some p]: the path is [p]. With [Some "/"] you can disable the
* path restriction completely.
*)
cookie_secure : bool;
(** Cookies are also bound to the type of the web server:
* [false] means servers without SSL, [true] means servers with
* activated SSL ("https").
*)
}
(** These are old-style cookies, as introduced by Netscape. For
a better representation of cookies see the {!Nethttp.Cookie}
module.
This type is kept for now (and is also not considered as deprecated),
as the access functions in the {!Nethttp.Header} module are more
complete than those for {!Nethttp.Cookie}.
*)
type cookie = netscape_cookie
(** Compatibility name. {b Deprecated} *)
val decode_query : string -> (string * string)
(** Splits the URI into a "script name" and a "query string" *)
val split_host_port : string -> (string * int option)
(** Splits the [Host] header in hostname and optional port number.
* Fails on syntax error
*)
val uripath_encode : string -> string
(** Encodes unsafe characters in URI paths. The slash character is not encoded.
* This function should only be applied to the part before '?'.
*)
val uripath_decode : string -> string
(** Decodes %XX sequences in URI paths. %2F is forbidden (failure).
* This function should only be applied to the part before '?'.
*)
(**********************************************************************)
(** {2 Parsing and Printing of Headers} *)
module Cookie : sig
(* This module has been written by Christophe Troestler. See
the header of netcgi.mli for full copyright message.
*)
(** Functions to manipulate cookies.
You should know that besides the [name] and [value] attribute,
user agents will send at most the [path], [domain] and [port] and
usually will not send them at all.
For interoperability, cookies are set using version 0 (by
Netscape) unless version 1 (RFC 2965 and the older RFC 2109)
fields are set. While version 0 is well supported by browsers,
RFC 2109 requires a recent browser and RFC 2965 is usually not
supported. You do not have to worry however, cookies are always
sent in such a way older browsers understand them -- albeit not
all attributes of course -- so your application can be ready for
the time RFC 2965 will be the norm.
This cookie representation is preferred over the Netscape-only
type {!Nethttp.netscape_cookie}.
N.B. This module appears also as {!Netcgi.Cookie}.
*)
type t
(** Mutable cookie type *)
val make :
?max_age:int ->
?domain:string ->
?path:string ->
?secure:bool ->
?comment:string ->
?comment_url:string ->
?ports:int list ->
string -> string -> t
(** [make ?expires ?domain ?path ?secure name value] creates a new
cookie with name [name] holding [value].
@param max_age see {!Netcgi.Cookie.set_max_age}.
Default: when user agent exits.
@param domain see {!Netcgi.Cookie.set_domain}.
Default: hostname of the server.
@param path see {!Netcgi.Cookie.set_path}.
Default: script name + path_info.
@param secure see {!Netcgi.Cookie.set_secure}. Default: [false].
@param comment see {!Netcgi.Cookie.set_comment}. Default: [""].
@param comment_url see {!Netcgi.Cookie.set_comment_url}.
Default: [""].
@param ports see {!Netcgi.Cookie.set_ports}.
Default: same port the cookie was sent.
*)
val name : t -> string
(** The name of the cookie. *)
val value : t -> string
(** The value of the cookie. *)
val domain : t -> string option
(** The domain of the cookie, if set. *)
val path : t -> string option
(** The path of the cookie, if set. *)
val ports : t -> int list option
(** [port c] the ports to which the cookie may be returned or [[]] if
not set. *)
val max_age : t -> int option
(** The expiration time of the cookie, in seconds. [None] means
that the cookie will be discarded when the browser exits.
This information is not returned by the browser. *)
val secure : t -> bool
(** Tells whether the cookie is secure.
This information is not returned by the browser. *)
val comment : t -> string
(** Returns the comment associated to the cookie or [""] if it
does not exists. This information is not returned by the
browser. *)
val comment_url : t -> string
(** Returns the comment URL associated to the cookie or [""] if it
does not exists. This information is not returned by the
browser. *)
val set_value : t -> string -> unit
(** [set_value c v] sets the value of the cookie [c] to [v]. *)
val set_max_age : t -> int option -> unit
(** [set_max_age c (Some t)] sets the lifetime of the cookie [c]
to [t] seconds. If [t <= 0], it means that the cookie should
be discarded immediately. [set_expires c None] tells the
cookie to be discarded when the user agent exits. (Despite
the fact that the name is borrowed from the version 1 of the
specification, it works transparently with version 0.) *)
val set_domain : t -> string option -> unit
(** Cookies are bound to a certain domain, i.e. the browser sends
them only when web pages of the domain are requested:
- [None]: the domain is the hostname of the server.
- [Some domain]: the domain is [domain]. *)
val set_path : t -> string option -> unit
(** Cookies are also bound to certain path prefixes, i.e. the
browser sends them only when web pages at the path or below are
requested.
- [None]: the path is script name + path_info
- [Some p]: the path is [p]. With [Some "/"] you can disable the
path restriction completely. *)
val set_secure : t -> bool -> unit
(** Cookies are also bound to the type of the web server:
[set_secure false] means servers without SSL, [set_secure
true] means servers with activated SSL ("https"). *)
val set_comment : t -> string -> unit
(** [set_comment c s] sets the comment of the cookie [c] to [s]
which must be UTF-8 encoded (RFC 2279). Because cookies can
store personal information, the comment should describe how
the cookie will be used so the client can decide whether to
allow the cookie or not. To cancel a comment, set it to [""].
Cookie version 1 (RFC 2109). *)
val set_comment_url : t -> string -> unit
(** [set_comment_url c url] same as {!Netcgi.Cookie.set_comment}
except that the cookie comment is available on the page
pointed by [url]. To cancel, set it to [""].
Cookie version 1 (RFC 2965). *)
val set_ports : t -> int list option -> unit
(** [set ports c (Some p)] says that the cookie [c] must only be
returned if the server request comes from one of the listed
ports. If [p = []], the cookie will only be sent to the
request-port it was received from. [set_ports c None] says
that the cookie may be sent to any port.
Cookie version 1 (RFC 2965). *)
val of_netscape_cookie : netscape_cookie -> t
(** Convert a Netscape cookie to the new representation *)
val to_netscape_cookie : t -> netscape_cookie
(** Convert to Netscape cookie (with information loss) *)
end
module Header : sig
(** This module is a parser/printer for the header fields used in HTTP/1.1.
* The [get_*] functions generally raise [Not_found] when the queried header
* is not present. If the syntax of the field is a comma-separated list of
* multiple values, the [get_*] functions generally merge all headers of
* the same type. The order is preserved in this case. The list [[]] means
* that the header exists, but only with empty value. For example,
*
* {[
* Accept: text/html
* Accept: text/plain
* ]}
*
* would be returned as [["text/html",[],[]; "text/plain", [],[]]]
* by [get_accept]. The header
*
* {[Accept:]}
*
* would be returned as [[]].
*
* The [set_*] functions generally produce only a single header with comma-
* separated values. Existing header are overwritten/removed.
*
* To remove a header, simply use the [delete_field] method of [http_header].
*
* Error behaviour: The [get_*] functions raise [Bad_header_field]
* when they cannot parse a header field. The [set_*] functions
* raise [Invalid_argument] when an invalid value is passed to them
* (only very few functions do that). The argument of both
* exceptions is the function name.
*)
type param_value =
[ `V of string | `Q of string ]
(** Parameters may occur quoted ([`Q]) or as already decoded values ([`V])
*)
type auth_challenge = string * (string * param_value) list
(** The type of a single challenge, used during authentication.
It is interpreted as [(mechanism_name, params)]. The headers
[www-authenticate] and [proxy-authenticate] use this.
See RFC 7235 for general information.
*)
type auth_credentials = string * (string * param_value) list
(** The type of a single credentials response, used during
authentication. It is interpreted as [(mechanism_name, params)].
The headers [authorize] and [proxy-authorize] use this.
See RFC 7235 for general information.
*)
val parse_quoted_parameters : string -> (string * string) list
(** A generic parser for comma-separated parameters in the form
key=value or key="value". Fails if the string cannot be parsed.
*)
val get_accept : #http_header_ro -> (string *
(string * string) list *
(string * string) list) list
(** Returns the [Accept] header as list of triples [(media_range,
* media_range_params, accept_params)]. If there are
* [accept_params], the first such parameter is always ["q"].
*
* All present [Accept] headers are merged. The function returns
* [[]] when there is at least one [Accept] header, but none of
* the headers has a non-empty value. The function raises
* [Not_found] if there no such headers at all (which should be
* interpreted as [ ["*/*",[],[] ] ]).
*)
val best_media_type : #http_header_ro -> string list -> ( string * (string * string) list )
(** Returns the best media type for a header and a list of supported types.
* If any type is acceptable, "*/*" will be returned. If no type is
* acceptable, "" will be returned.
* The supported media types should be sorted such that the best type
* is mentioned first.
* Of several media types with equal quality the one mentioned first in the
* list of supported types is chosen. In case several types in the Accept:
* header match the same type in the list of supported types, the most
* specific type is chosen.
*)
val set_accept : #http_header -> (string *
(string * string) list *
(string * string) list) list -> unit
(** Sets the [Accept] header *)
val get_accept_charset : #http_header_ro -> (string *
(string * string) list) list
(** Returns the [Accept-charset] header as list of pairs [(charset,params)].
* The only mentioned parameter in RFC 2616 is ["q"].
*
* All present [Accept-charset] headers are merged. The function
* raises [Not_found] when there is no [Accept-charset] header
* (which should be interpreted as [ ["*",[]] ]).
*)
val best_charset : #http_header_ro -> string list -> string
(** Returns the best charset for a header and a list of supported charsets.
* If any charset is acceptable, "*" will be returned.
* The supported charsets should be sorted such that the best charset
* is mentioned first.
*
* This function already implements the special handling of ISO-8859-1
* mentioned in RFC 2616.
*)
val set_accept_charset : #http_header -> (string *
(string * string) list) list -> unit
(** Sets the [Accept-charset] header *)
val get_accept_encoding : #http_header_ro -> (string *
(string * string) list) list
(** Returns the [Accept-encoding] header as list of pairs [(coding,params)].
* The only mentioned parameter in RFC 2616 is ["q"]. The RFC describes
* compatibility problems with the "q" parameter.
*
* All present [Accept-encoding] headers are merged. The function
* raises [Not_found] when there is no [Accept-encoding] header
* (which should be interpreted as [ ["identity",[]] ]). The
* return value [[]] must be interpreted as [ ["identity",[]] ].
*)
val best_encoding : #http_header_ro -> string list -> string
(** Returns the best encoding for a header and a list of supported
* encodings. If anything else fails, "identity" will be
* returned. The supported encodings should be sorted such that
* the best encoding is mentioned first.
*)
val set_accept_encoding : #http_header -> (string *
(string * string) list) list -> unit
(** Sets the [Accept-encoding] header *)
val get_accept_language : #http_header_ro -> (string *
(string * string) list) list
(** Returns the [Accept-language] header as list of pairs
* [(lang_range,params)]. The only mentioned parameter in RFC
* 2616 is ["q"].
*
* All present [Accept-language] headers are merged. The function
* raises [Not_found] when there is no [Accept-language] header
* (which should be interpreted as [ ["*",[]] ]).
*)
val set_accept_language : #http_header -> (string *
(string * string) list) list -> unit
(** Sets the [Accept-language] header *)
val get_accept_ranges : #http_header_ro -> string list
(** Returns the [Accept-ranges] header as list of tokens.
*
* All present [Accept-ranges] headers are merged. The function
* raises [Not_found] when there is no [Accept-ranges]
* header. The RFC leaves it open how this is to be interpreted
* in general.
*)
val set_accept_ranges : #http_header -> string list -> unit
(** Sets the [Accept-ranges] header *)
val get_age : #http_header_ro -> float
(** Returns the [Age] header as number
*)
val set_age : #http_header -> float -> unit
(** Sets the [Age] header *)
val get_allow : #http_header_ro -> string list
(** Returns the [Allow] header as list of tokens.
*
* All present [Allow] headers are merged. The function raises [Not_found]
* when there is no [Allow] header. The RFC leaves it open how this is
* to be interpreted in general.
*)
val set_allow : #http_header -> string list -> unit
(** Sets the [Allow] header *)
val get_authorization : #http_header_ro -> auth_credentials
(** Returns the [Authorization] header as pair [(auth_scheme,auth_params)],
* or raises [Not_found] if not present.
*
* The "Basic" authentication scheme is represented specially as
* [("basic", [ "credentials", creds ])] where [creds] are the
* Base64-encoded credentials.
*
* At present, parameters are always decoded ([`V]).
*)
val set_authorization : #http_header -> auth_credentials -> unit
(** Sets the [Authorization] header.
* The "Basic" authentication scheme is represented as explained for
* [get_authorization].
*)
val get_cache_control : #http_header_ro -> cache_control_token list
(** Returns the [Cache-control] header as list of tokens.
*
* All present [Cache-control] headers are merged. The function
* raises [Not_found] when there is no [Cache-control] header.
*)
val set_cache_control : #http_header -> cache_control_token list -> unit
(** Sets the [Cache-control] header *)
val get_connection : #http_header_ro -> string list
(** Returns the [Connection] header as list of tokens.
*
* All present [Connection] headers are merged. The function
* raises [Not_found] when there is no [Connection] header.
*
* The Connection header must be ignored when received from a
* HTTP/1.0 client.
*)
val set_connection : #http_header -> string list -> unit
(** Sets the [Connection] header *)
val get_content_encoding : #http_header_ro -> string list
(** Returns the [Content-encoding] header as list of tokens.
*
* All present [Content-encoding] headers are merged.
* @raise Not_found when there is no [Content-encoding] header.
*)
val set_content_encoding : #http_header -> string list -> unit
(** Sets the [Content-encoding] header *)
val get_content_language : #http_header_ro -> string list
(** Returns the [Content-language] header as list of tokens.
*
* All present [Content-language] headers are merged.
* @raise Not_found when there is no [Content-language] header.
*)
val set_content_language : #http_header -> string list -> unit
(** Sets the [Content-language] header *)
val get_content_length : #http_header_ro -> int64
(** Returns the [Content-length] header as number. If the number
* is too big for int64, the exception [Bad_header_field
* "Content-length"] will be raised.
* @raise Not_found when the header is missing.
*)
val set_content_length : #http_header -> int64 -> unit
(** Sets the [Content-length] header *)
val get_content_location : #http_header_ro -> string
(** Returns the [Content-location] header as string.
* @raise Not_found when the header is missing.
*)
val set_content_location : #http_header -> string -> unit
(** Sets the [Content-location] header *)
val get_content_md5 : #http_header_ro -> string
(** Returns the [Content-MD5] header as string. The Base64 encoding
* has not been touched.
* @raise Not_found when the header is missing.
*)
val set_content_md5 : #http_header -> string -> unit
(** Sets the [Content-MD5] header *)
val get_content_range : #http_header_ro
-> [ `Bytes of (int64*int64) option * int64 option ]
(** Returns the [Content-range] header as
* [`Bytes(byte_range_resp_spec, instance_length)]. The option value
* [None] corresponds to "*" in the RFC.
* @raise Not_found when the header is missing.
*)
val set_content_range : #http_header ->
[ `Bytes of (int64*int64) option * int64 option ] -> unit
(** Sets the [Content-range] header *)
val get_content_type : #http_header_ro -> string * (string * string) list
(** Returns the [Content-type] header as pair [(media_type, params)].
* @raise Not_found when the header is missing.
*)
val set_content_type : #http_header -> string * (string * string) list -> unit
(** Sets the [Content-type] header *)
val get_date : #http_header_ro -> float
(** Returns the [Date] header as number (seconds since the Epoch).
* @raise Not_found when the header is missing.
*)
val set_date : #http_header -> float -> unit
(** Sets the [Date] header *)
val get_etag : #http_header_ro -> etag
(** Returns the [Etag] header.
* @raise Not_found when the header is missing.
*)
val set_etag : #http_header -> etag -> unit
(** Sets the [Etag] header *)
val get_expect : #http_header_ro -> (string * string option * (string * string) list) list
(** Returns the [Expect] header as list of triples [(token,value,params)].
*
* All present [Expect] headers are merged.
* @raise Not_found when there is no [Expect] header.
*)
val set_expect : #http_header ->
(string * string option * (string * string) list) list -> unit
(** Sets the [Expect] header *)
val get_expires : #http_header_ro -> float
(** Returns the [Expires] header as number (seconds since the Epoch).
* @raise Not_found when the header is missing.
*)
val set_expires : #http_header -> float -> unit
(** Sets the [Expires] header *)
val get_from : #http_header_ro -> string
(** Returns the [From] header as string.
* @raise Not_found when the header is missing.
*)
val set_from : #http_header -> string -> unit
(** Sets the [From] header *)
val get_host : #http_header_ro -> string * int option
(** Returns the [Host] header as pair [(host,port)].
* @raise Not_found when the header is missing.
*)
val set_host : #http_header -> string * int option -> unit
(** Sets the [Host] header *)
val get_if_match : #http_header_ro -> etag list option
(** Returns the [If-match] header. The value [None] means "*".
* @raise Not_found when the header is missing.
*)
val set_if_match : #http_header -> etag list option -> unit
(** Sets the [If-match] header *)
val get_if_modified_since : #http_header_ro -> float
(** Returns the [If-modified-since] header as number (seconds
* since the Epoch).
* @raise Not_found when the header is missing.
*)
val set_if_modified_since : #http_header -> float -> unit
(** Sets the [If-modified-since] header *)
val get_if_none_match : #http_header_ro -> etag list option
(** Returns the [If-none-match] header. The value [None] means "*".
* @raise Not_found when the header is missing.
*)
val set_if_none_match : #http_header -> etag list option -> unit
(** Sets the [If-none-match] header *)
val get_if_range : #http_header_ro -> [ `Etag of etag | `Date of float ]
(** Returns the [If-range] header.
* @raise Not_found when the header is missing.
*)
val set_if_range : #http_header -> [ `Etag of etag | `Date of float ] -> unit
(** Sets the [If-range] header *)
val get_if_unmodified_since : #http_header_ro -> float
(** Returns the [If-unmodified-since] header as number (seconds
* since the Epoch).
* @raise Not_found when the header is missing.
*)
val set_if_unmodified_since : #http_header -> float -> unit
(** Sets the [If-unmodified-since] header *)
val get_last_modified : #http_header_ro -> float
(** Returns the [Last-modified] header as number (seconds since the Epoch).
* @raise Not_found when the header is missing.
*)
val set_last_modified : #http_header -> float -> unit
(** Sets the [Last-modified] header *)
val get_location : #http_header_ro -> string
(** Returns the [Location] header as string.
* @raise Not_found when the header is missing.
*)
val set_location : #http_header -> string -> unit
(** Sets the [Location] header *)
val get_max_forwards : #http_header_ro -> int
(** Returns the [Max-forwards] header as number.
* @raise Not_found when the header is missing.
*)
val set_max_forwards : #http_header -> int -> unit
(** Sets the [Max-forwards] header *)
val get_pragma : #http_header_ro -> (string * string option) list
(** Returns the [Pragma] header as list of pairs [(token,value)].
*
* All present [Pragma] headers are merged.
* @raise Not_found when there is no [Pragma] header.
*)
val set_pragma : #http_header -> (string * string option) list -> unit
(** Sets the [Pragma] header *)
val get_proxy_authenticate : #http_header_ro -> auth_challenge list
(** Returns the [Proxy-authenticate] header as list of challenges
* [(auth_scheme,auth_params)]. See also [get_www_authenticate].
*
* All present [Proxy-authenticate] headers are merged.
* @raise Not_found when there is no [Proxy-authenticate] header.
*
* At present, parameters are always decoded ([`V]).
*)
val set_proxy_authenticate : #http_header -> auth_challenge list -> unit
(** Sets the [Proxy-authenticate] header *)
val get_proxy_authorization : #http_header_ro -> auth_credentials
(** Returns the [Proxy-authorization] header as pair
* [(auth_scheme,auth_params)]. @raise Not_found when the header is
* missing.
*
* The "Basic" authentication scheme is represented specially as
* [("basic", [ "credentials", creds ])] where [creds] are the
* Base64-encoded credentials.
*
* At present, parameters are always decoded ([`V]).
*)
val set_proxy_authorization : #http_header -> auth_credentials -> unit
(** Sets the [Proxy-authorization] header
* The "Basic" authentication scheme is represented as explained for
* [get_proxy_authorization].
*)
val get_range : #http_header_ro -> [`Bytes of (int64 option * int64 option) list ]
(** Returns the [Range] header as [`Bytes ranges], where the list [ranges]
* has elements of the form [(Some first_pos, Some last_pos)],
* [(Some first_pos, None)] (prefix range), or [(None, Some
* last_pos)] (suffix range).
* @raise Not_found when the header is missing.
*)
val set_range : #http_header -> [`Bytes of (int64 option * int64 option) list ] -> unit
(** Sets the [Range] header *)
val get_referer : #http_header_ro -> string
(** Returns the [Referer] header as string.
* @raise Not_found when the header is missing.
*)
val get_referrer : #http_header_ro -> string
(** Same, for addicts of correct orthography *)
val set_referer : #http_header -> string -> unit
(** Sets the [Referer] header *)
val set_referrer : #http_header -> string -> unit
(** Same, for addicts of correct orthography *)
val get_retry_after : #http_header_ro -> [ `Date of float | `Seconds of int ]
(** Returns the [Retry-after] header.
* @raise Not_found when the header is missing.
*)
val set_retry_after : #http_header -> [ `Date of float | `Seconds of int ] -> unit
(** Sets the [Retry-after] header *)
val get_server : #http_header_ro -> string
(** Returns the [Server] header as uninterpreted string (including
* comments).
* @raise Not_found when the header is missing.
*)
val set_server : #http_header -> string -> unit
(** Sets the [Server] header *)
val get_te : #http_header_ro -> (string *
(string * string) list *
(string * string) list) list
(** Returns the [TE] header as list of triples
* [(te_token, te_params, accept_params)].
* If there are [accept_params], the first such parameter is always ["q"].
*
* All present [TE] headers are merged. The function returns [[]] when
* there is at least one [TE] header, but none of the headers has a
* non-empty value.
* @raise Not_found if there no such headers at all.
*)
val set_te : #http_header -> (string *
(string * string) list *
(string * string) list) list -> unit
(** Sets the [TE] header *)
val get_trailer : #http_header_ro -> string list
(** Returns the [Trailer] header as list of field names.
*
* All present [Trailer] headers are merged. The function returns
* [[]] when there is at least one [Trailer] header, but none of
* the headers has a non-empty value.
* @raise Not_found if there no such headers at all.
*)
val set_trailer : #http_header -> string list -> unit
(** Sets the [Trailer] header *)
val get_transfer_encoding : #http_header_ro -> (string * (string * string) list) list
(** Returns the [Transfer-encoding] header as list of pairs
* [(token, params)].
*
* All present [Transfer-encoding] headers are merged. The
* function returns [[]] when there is at least one
* [Transfer-encoding] header, but none of the headers has a
* non-empty value.
* @raise Not_found if there no such headers at all.
*)
val set_transfer_encoding : #http_header -> (string * (string * string) list) list -> unit
(** Sets the [Transfer-encoding] header *)
val get_upgrade : #http_header_ro -> string list
(** Returns the [Upgrade] header as list of products.
*
* All present [Upgrade] headers are merged. The function returns
* [[]] when there is at least one [Upgrade] header, but none of
* the headers has a non-empty value.
* @raise Not_found if there no such headers at all.
*)
val set_upgrade : #http_header -> string list -> unit
(** Sets the [Upgrade] header *)
val get_user_agent : #http_header_ro -> string
(** Returns the [User-agent] header as uninterpreted string
* (including comments).
* @raise Not_found if the header is missing.
*)
val set_user_agent : #http_header -> string -> unit
(** Sets the [User-agent] header *)
val get_vary : #http_header_ro -> [ `Star | `Fields of string list ]
(** Returns the [Vary] header.
* @raise Not_found if the header is missing.
*)
val set_vary : #http_header -> [ `Star | `Fields of string list ] -> unit
(** Sets the [Vary] header *)
(*
val get_via : #http_header_ro -> (string option * string * string * string option) list
(** Returns the [Via] header as list of tuples
* [(proto_name, proto_version, received_by, comment)].
*
* All present [Via] headers are merged.
* @raise Not_found if the header is missing.
*)
*)
(*
val set_via : #http_header -> (string option * string * string * string option) list -> unit
(** Sets the [Via] header *)
*)
(*
val get_warning : #http_header_ro -> (int * string * string * float option) list
(** Returns the [Warning] header as list of tuples
* [(code, agent, text, date)].
*
* All present [Warning] headers are merged.
* @raise Not_found if the header is missing.
*)
*)
(*
val set_warning : #http_header -> (int * string * string * float option) list -> unit
(** Sets the [Warning] header *)
*)
val get_www_authenticate : #http_header_ro -> auth_challenge list
(** Returns the [WWW-Authenticate] header as list of challenges
* [(auth_scheme,auth_params)].
*
* All present [WWW-Authenticate] headers are merged.
*
* The scheme "negotiate" uses a deviating header format.
* This data is returned as e.g. [("negotiate", ["credentials", data])].
*
* At present, parameters are always decoded ([`V]).
* @raise Not_found if the header is missing.
*)
val set_www_authenticate : #http_header -> auth_challenge list -> unit
(** Sets the [WWW-Authenticate] header *)
val get_cookie : #http_header_ro -> (string * string) list
(** Get the (Netscape) cookies as (name,value) pairs (or Not_found).
*)
val get_cookie_ct : #http_header_ro -> Cookie.t list
(** Get the cookies in the {!Nethttp.Cookie.t} representation
(the suffix "_ct" reminds of [Cookie.t]).
This function also supports version 1 cookies.
Returns the empty list if there are no cookies.
*)
val set_cookie : #http_header -> (string * string) list -> unit
(** Set the [Cookie] header. Note: This does not set cookies in the client,
* use [set_set_cookie] instead!
*)
val get_set_cookie : #http_header_ro -> netscape_cookie list
(** Get the [Set-Cookie] header *)
val set_set_cookie : #http_header -> netscape_cookie list -> unit
(** Set the [Set-Cookie] header *)
val set_set_cookie_ct : #http_header -> Cookie.t list -> unit
(** Set the [Set-Cookie] and [Set-Cookie2] headers:
[set_set_cookie_ct header cookies] sets the [cookies] in [header]
using version 0 or version 1 depending on whether version 1
fields are used. For better browser compatibility, if
"Set-cookie2" (RFC 2965) is issued, then a "Set-cookie"
precedes (declaring the same cookie with a limited number of
options).
*)
end
(** {2 HTTP transport registry} *)
type transport_layer_id = int
(** see {!Nethttp_client.transport_layer_id} *)
val new_trans_id : unit -> transport_layer_id
(** Allocates and returns a new ID *)
val http_trans_id : transport_layer_id
(** Identifies the pure HTTP transport (without SSL), with or
without web proxies
*)
val https_trans_id : transport_layer_id
(** Identifies anonymous HTTPS transport (i.e. no client
certificates), with or without web proxies.
*)
val spnego_trans_id : transport_layer_id
(** Identifies an anonymous HTTPS transport that is additionally
authenticated via SPNEGO (as described in RFC 4559)
*)
val proxy_only_trans_id : transport_layer_id
(** Identifies web proxy connections. Use this to
e.g. send an FTP URL to a web proxy via HTTP
*)
(** {2 Types for authentication} *)
(** See also {!Netsys_sasl_types.SASL_MECHANISM}. This is very similar,
only that
- the messages are encapsulated as HTTP headers, and
- the "realm" parameter is commonly supported by mechanisms
In SASL terms, HTTP authentication is normally "server first". There
is only one exception: re-authentication, which is "client first".
*)
type match_result =
[ `Accept of string * string option
| `Reroute of string * transport_layer_id
| `Accept_reroute of string * string option * transport_layer_id
| `Reject
]
(** See {!Nethttp.HTTP_MECHANISM.client_match} *)
module type HTTP_MECHANISM =
sig
val mechanism_name : string
val available : unit -> bool
(** Whether the mechanism is available, in particular whether the
required crypto support is linked in
*)
val restart_supported : bool
(** Whether the mechanism supports quick restarts (re-authentication) *)
type credentials
val init_credentials :
(string * string * (string * string) list) list ->
credentials
(** Supply the mechanism with credentials. These are given as list
[(type,value,params)]. The mechanism may pick any element
of this list which are considered as equivalent.
Types are defined per mechanism. All mechanisms understand the
"password" type, which is just the cleartext password, e.g.
{[
[ "password", "ThE sEcReT", [] ]
]}
The password can have parameters:
- "realm": the password is only applicable to this realm. The
realm parameter should only occur once.
- "domain-uri": the password is only applicable to this URI space.
The URI must include the protocol scheme, the host name, and
"/" as path. The port number is optional. Example:
"http://localhost/". The domain-uri parameter can occur
several times.
*)
val client_match : params:(string * string * bool) list ->
Header.auth_challenge ->
match_result
(** Checks whether this mechanism can accept the initial authentication
challenge (i.e. the first challenge sent from the server to the
client. The [params] are as for [create_client_session].
On success, returns [`Accept(realm,id_opt)]. On failure, returns
[`Reject].
This function usually does not raise exceptions.
If the mechanism does not support the notion of realms, a
dummy realm should be returned.
The [id_opt] is the session ID (if supported). Session IDs can be
used to bind reauthentications to the original session.
The challenge is from a [www-authenticate] or a
[proxy-authenticate] header.
There is also the result [`Reroute(realm, trans_id)], meaning that the
request would be acceptable if it came over the transport identified
by [trans_id]. [`Accept_reroute] is the combination of accepting
and rerouting, i.e. the auth protocol can start, but the second
request should go over the other transport. Both [`Reroute] and
[`Accept_reroute] are only allowed for initial challenges.
*)
type client_session
val client_state : client_session -> Netsys_sasl_types.client_state
val create_client_session :
user:string ->
creds:credentials ->
params:(string * string * bool) list ->
unit ->
client_session
(** The new client session authenticate as [user]. The credentials are
[creds].
[user] must be encoded in UTF-8.
The parameters are given as list [(name,value,critical)].
Critical parameters must be interpreted by the mechanism, and
unknown critical parameters must be rejected by a [Failure]
exception. Non-critical parameters are ignored if they are unknown
to the mechanism.
Available parameters:
- "realm"
- "id" (if [client_match] returns a session ID)
- "trans_id": the {!Nethttp_client.transport_layer_id} of the
current HTTP request
- "conn_id": an identifier for the TCP connection
- "https": is set to "true" if the current connection is TLS-secured
- "target-host": the hostname from the HTTP request
- "target-uri": the URL from the HTTP request
*)
val client_configure_channel_binding : client_session ->
Netsys_sasl_types.cb -> unit
(** Configure GS2-style channel binding *)
val client_restart : params:(string * string * bool) list ->
client_session -> unit
(** Restart the session for another authentication round. The session
must be in state [`OK]. After the restart the session will be in
state [`Emit].
The params are the same as for [create_client_session], but updated
where needed.
*)
val client_process_challenge :
client_session -> string -> string -> #http_header_ro ->
Header.auth_challenge -> unit
(** [client_process_challenge cs method uri header challenge]:
Process the challenge from the server. The state must be [`Wait].
As an exception, this function can also be called for the initial
challenge from the server, even if the state is [`Emit].
[method] is the request method. [uri] is the request URI
*)
val client_emit_response :
client_session -> string -> string -> #http_header_ro ->
Header.auth_credentials * (string * string) list
(** [let (creds,new_headers) = client_emit_response cs method uri header]:
Emit a new response as a pair [(creds,new_headers)].
The state must be [`Emit]. The [creds] either go into
the [authorization] or [proxy-authorization] header.
The [new_headers] are additional headers to modify.
*)
val client_channel_binding : client_session -> Netsys_sasl_types.cb
(** Whether the client suggests or demands channel binding *)
val client_user_name : client_session -> string
(** The user name *)
val client_stash_session :
client_session -> string
(** Serializes the session as string *)
val client_resume_session :
string ->
client_session
(** Unserializes the session *)
val client_session_id : client_session -> string option
(** Optionally return a string that can be used to identify the
client session. Not all mechanisms support this.
*)
val client_domain : client_session -> string list
(** After successful authentication, this function may return the
URIs defining the authentication space.
*)
val client_prop : client_session -> string -> string
(** Get a mechanism-specific property of the session. Commonly supported
keys:
- "realm"
- "domain-uri"
*)
val client_gssapi_props : client_session -> Netsys_gssapi.client_props
(** Returns the GSSAPI props if available, or raise [Not_found] *)
end
(**/**)
val rev_split : (char -> bool) -> string -> string list
(* See netcgi_common.mli *)
val qstring_of_value : string -> string
(* quoted string *)
|