Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.7 KiB

  1. LIBRARY HTTPAPI
  2. EXPORTS
  3. HttpAddUrl
  4. HttpRemoveUrl
  5. HttpCreateHttpHandle
  6. HttpReceiveHttpRequest
  7. HttpReceiveRequestEntityBody
  8. HttpSendHttpResponse
  9. HttpSendResponseEntityBody
  10. HttpWaitForDisconnect
  11. HttpInitializeServerContext
  12. HttpSendHttpRequest
  13. HttpSendRequestEntityBody
  14. HttpReceiveHttpResponse
  15. HttpSetServerContextInformation
  16. HttpQueryServerContextInformation
  17. HttpCancelHttpRequest
  18. HttpInitialize
  19. HttpTerminate
  20. HttpOpenControlChannel
  21. HttpQueryControlChannelInformation
  22. HttpSetControlChannelInformation
  23. HttpCreateConfigGroup
  24. HttpDeleteConfigGroup
  25. HttpAddUrlToConfigGroup
  26. HttpRemoveUrlFromConfigGroup
  27. HttpQueryConfigGroupInformation
  28. HttpSetConfigGroupInformation
  29. HttpCreateFilter
  30. HttpOpenFilter
  31. HttpShutdownFilter
  32. HttpFilterAccept
  33. HttpFilterClose
  34. HttpFilterRawRead
  35. HttpFilterAppWriteAndRawRead
  36. HttpFilterRawWrite
  37. HttpFilterAppRead
  38. HttpFilterRawWriteAndAppRead
  39. HttpFilterAppWrite
  40. HttpCreateAppPool
  41. HttpOpenAppPool
  42. HttpShutdownAppPool
  43. HttpQueryAppPoolInformation
  44. HttpSetAppPoolInformation
  45. HttpFlushResponseCache
  46. HttpWaitForDemandStart
  47. HttpRemoveAllUrlsFromConfigGroup
  48. HttpReceiveClientCertificate
  49. HttpGetCounters
  50. HttpAddFragmentToCache
  51. HttpReadFragmentFromCache
  52. HttpQueryServiceConfiguration
  53. HttpSetServiceConfiguration
  54. HttpDeleteServiceConfiguration